summaryrefslogtreecommitdiffstats
path: root/systems/jontest/filesystem.nix
diff options
context:
space:
mode:
Diffstat (limited to 'systems/jontest/filesystem.nix')
-rw-r--r--systems/jontest/filesystem.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/systems/jontest/filesystem.nix b/systems/jontest/filesystem.nix
deleted file mode 100644
index e247a9d..0000000
--- a/systems/jontest/filesystem.nix
+++ /dev/null
@@ -1,11 +0,0 @@
-{ ... }:
-{
- fileSystems."/" =
- { device = "/dev/disk/by-uuid/a6804a93-979a-4596-879d-8b2fe8332541";
- fsType = "ext4";
- };
-
- swapDevices =
- [ { device = "/dev/disk/by-uuid/e6e941fe-f3a4-4b5e-960c-74d65e1e6257"; }
- ];
-}