adds TODO for mounting 8TB mass storage disk in mennos-server configuration

This commit is contained in:
Menno van Leeuwen 2024-11-11 15:25:39 +01:00
parent 5be84404a5
commit 9c18261ef4
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -13,6 +13,13 @@
boot.loader.systemd-boot.enable = 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
# hardware.opengl.enable = true;