diff --git a/host/x86_64-linux/laptop/Filesystem.nix b/host/x86_64-linux/laptop/Filesystem.nix deleted file mode 100644 index 9916d881..00000000 --- a/host/x86_64-linux/laptop/Filesystem.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ ... }: { - fileSystems."/storage/hot" = { - device = "/dev/storage/hot"; - fsType = "ext4"; - options = [ - "noatime" - "nofail" - ]; - }; -}