summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-09-27 12:31:52 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-09-27 12:31:52 +0200
commit5c737dd013ce61350c46b4b865bf0fd6a38dd269 (patch)
tree80225b88e11b98ffc48200320db2b6192e924293
parent1bd9c9ec0c01f1c1fb4fd44d42d4e688d22636f8 (diff)
downloadnixos-5c737dd013ce61350c46b4b865bf0fd6a38dd269.tar
nixos-5c737dd013ce61350c46b4b865bf0fd6a38dd269.tar.gz
nixos-5c737dd013ce61350c46b4b865bf0fd6a38dd269.tar.bz2
nixos-5c737dd013ce61350c46b4b865bf0fd6a38dd269.tar.xz
nixos-5c737dd013ce61350c46b4b865bf0fd6a38dd269.zip
scratch
-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 ];