diff --git a/host/nocix/amd-legacy-sexcore/hardware-configuration.nix b/host/nocix/amd-legacy-sexcore/hardware-configuration.nix index b3c19c3..56a7f33 100644 --- a/host/nocix/amd-legacy-sexcore/hardware-configuration.nix +++ b/host/nocix/amd-legacy-sexcore/hardware-configuration.nix @@ -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