summaryrefslogtreecommitdiff
path: root/odin/hw.nix
diff options
context:
space:
mode:
Diffstat (limited to 'odin/hw.nix')
-rw-r--r--odin/hw.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/odin/hw.nix b/odin/hw.nix
index 5227e87e..1d1c7eaa 100644
--- a/odin/hw.nix
+++ b/odin/hw.nix
@@ -74,6 +74,11 @@
74 fsType = "xfs"; 74 fsType = "xfs";
75 }; 75 };
76 76
77 fileSystems."/var/spool" =
78 { device = "/dev/disk/by-uuid/5cb9231d-8d8d-45bf-b581-7a3422b0c3fe";
79 fsType = "xfs";
80 };
81
77 swapDevices = 82 swapDevices =
78 [ { device = "/dev/disk/by-uuid/a27e368d-e1ed-41e5-8bcb-6e5865670532"; } 83 [ { device = "/dev/disk/by-uuid/a27e368d-e1ed-41e5-8bcb-6e5865670532"; }
79 ]; 84 ];