adds TODO for mounting 8TB mass storage disk in mennos-server configuration
This commit is contained in:
parent
5be84404a5
commit
9c18261ef4
@ -13,6 +13,13 @@
|
|||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
|
# TODO: Enable this when I switch from test VM to actual hardware
|
||||||
|
# Mount 8TB mass storage disk to /mnt/8tb
|
||||||
|
# fileSystems."/mnt/8tb" = {
|
||||||
|
# device = "/dev/disk/by-uuid/1fb739d5-a9dc-490c-a182-f624127a307f";
|
||||||
|
# fsType = "ext4";
|
||||||
|
# };
|
||||||
|
|
||||||
# Enable OpenGL
|
# Enable OpenGL
|
||||||
# hardware.opengl.enable = true;
|
# hardware.opengl.enable = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user