prefect: update hardware configuration
1 file changed, 8 insertions(+), 3 deletions(-)
changed files
M system/hosts/prefect.nix → system/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 = [