all repos — nixfiles @ f5f9129868f57d1e80b3f11a8c1146e38cd77e50

System and user configuration, managed by nix and home-manager

prefect: update hardware configuration

Alan Pearce
commit

f5f9129868f57d1e80b3f11a8c1146e38cd77e50

parent

c204311387cc38b55ab12f61ea431397f0d88ed9

1 file changed, 8 insertions(+), 3 deletions(-)

changed files
M system/hosts/prefect.nixsystem/hosts/prefect.nix
@@ -73,10 +73,7 @@ "nvme"
"xhci_pci" "ahci" "usbhid" - "sd_mod" ]; - boot.initrd.kernelModules = [ ]; - boot.kernelModules = [ "kvm-amd" ]; boot.initrd.supportedFilesystems = [ "xfs"
@@ -108,6 +105,14 @@ "nofail"
]; }; + "/mnt/games" = { + device = "/dev/disk/by-partlabel/games"; + fsType = "xfs"; + options = [ + "x-systemd-automount" + "nofail" + ]; + }; }; swapDevices = [