summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2023-05-01 09:49:12 +0200
committerAlan Pearce2023-05-01 09:49:58 +0200
commit98e82f55d6c8da66ee8134aa4e2011548fa00310 (patch)
tree9118bb22ba01ce06aa3a3967ec68a2eb32b51378 /system
parent14c7fd647930130f70b712617822ca5c5f49f663 (diff)
downloadnixfiles-98e82f55d6c8da66ee8134aa4e2011548fa00310.tar.lz
nixfiles-98e82f55d6c8da66ee8134aa4e2011548fa00310.tar.zst
nixfiles-98e82f55d6c8da66ee8134aa4e2011548fa00310.zip
prefect: remove settings I'm not using right now
Diffstat (limited to 'system')
-rw-r--r--system/prefect.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index 1a25032e..3a623b23 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -9,7 +9,6 @@
     (nixos-hardware + "/common/pc/ssd")
     (nixos-hardware + "/common/cpu/amd")
 
-    ./settings/satoshipay.nix
     ./settings/base.nix
     ./settings/configuration/berlin.nix
     ./settings/configuration/british-english.nix
@@ -29,7 +28,6 @@
     ./settings/hardware/trezor.nix
     ./settings/services/samba.nix
     ./settings/services/syncthing.nix
-    ./settings/services/virtualisation.nix
     ./settings/services/zeroconf.nix
     ./settings/user-interface.nix
     ./settings/programs/base.nix
@@ -86,18 +84,6 @@
       fsType = "ntfs3";
       options = [ "uid=1000" "gid=100" "x-systemd-automount" "nofail" ];
     };
-
-    "/mnt/games" = {
-      device = "/dev/disk/by-partlabel/games";
-      fsType = "ntfs3";
-      options = [ "uid=1000" "gid=100" "x-systemd-automount" "nofail" ];
-    };
-
-    "/mnt/windows" = {
-      device = "/dev/disk/by-partlabel/windows";
-      fsType = "ntfs3";
-      options = [ "x-systemd-automount" "nofail" ];
-    };
   };
 
   swapDevices = [