Add non-working filesystem comment

I just mounted the disk by hand, less dangerous that way.
This commit is contained in:
Eli Ribble 2026-01-05 03:32:03 +00:00
parent c5c612e35e
commit d042a416c3

View file

@ -13,6 +13,19 @@
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
# yeah, when I enabled this everything about the server died.
/*
fileSystems = {
"/" = {
device = "/dev/sda3";
};
"/mnt/bigdisk" = {
device = "762be975-bbf0-4fd6-998f-7eb077b580cb";
options = [ "users" "nofail" ];
};
};
*/
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's
# still possible to use this option, but it's recommended to use it in conjunction