From 5c737dd013ce61350c46b4b865bf0fd6a38dd269 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 27 Sep 2018 12:31:52 +0200 Subject: scratch --- odin/hw.nix | 5 +++++ 1 file changed, 5 insertions(+) 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 @@ fsType = "xfs"; }; + fileSystems."/scratch" = + { device = "/dev/raid6/scratch"; + fsType = "ext4"; + }; + swapDevices = [ { device = "/dev/ssd-raid1/swap"; } ]; -- cgit v1.2.3