summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin/hw.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/odin/hw.nix b/odin/hw.nix
index cd940271..e3c711fc 100644
--- a/odin/hw.nix
+++ b/odin/hw.nix
@@ -88,6 +88,11 @@
88 fsType = "xfs"; 88 fsType = "xfs";
89 }; 89 };
90 90
91 fileSystems."/scratch" =
92 { device = "/dev/raid6/scratch";
93 fsType = "ext4";
94 };
95
91 swapDevices = 96 swapDevices =
92 [ { device = "/dev/ssd-raid1/swap"; } 97 [ { device = "/dev/ssd-raid1/swap"; }
93 ]; 98 ];