smaxi/hardware-configuration.nix | ●●●●● patch | view | raw | blame | history |
smaxi/hardware-configuration.nix
@@ -12,6 +12,7 @@ boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-amd" ]; boot.extraModulePackages = [ ]; boot.supportedFilesystems = [ "nfs" ]; fileSystems."/" = { device = "/dev/disk/by-uuid/e00faf82-ced3-4095-9070-be1137bce8ae"; @@ -25,6 +26,11 @@ options = [ "fmask=0077" "dmask=0077" ]; }; fileSystems."/pool" = { device = "smini:/pool"; fsType = "nfs"; }; swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking