Add new disk to chef
Eelco Dolstra committed
May 16, 2018 at 12:31 UTC
1dfde8a7cc461cacf338250a8a2eb53b0e0bd72c
1 file changed
+6
delft/chef.nix
+6
@@ -55,4 +55,10 @@
55
56
# Don't rate-limit the journal.
57
services.journald.rateLimitBurst = 0;
58
+
59
+ fileSystems."/data" =
60
+ { device = "/dev/disk/by-label/data";
61
+ fsType = "ext4";
62
+ };
63
+
64
}