summaryrefslogtreecommitdiff
path: root/hosts/surtr
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/surtr')
-rw-r--r--hosts/surtr/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/surtr/default.nix b/hosts/surtr/default.nix
index d87e832b..ba304e22 100644
--- a/hosts/surtr/default.nix
+++ b/hosts/surtr/default.nix
@@ -49,6 +49,12 @@
49 neededForBoot = true; 49 neededForBoot = true;
50 }; 50 };
51 51
52 "/var/lib/systemd" =
53 { device = "surtr/local/var-lib-systemd";
54 fsType = "zfs";
55 neededForBoot = true;
56 };
57
52 "/var/log" = 58 "/var/log" =
53 { device = "surtr/local/var-log"; 59 { device = "surtr/local/var-log";
54 fsType = "zfs"; 60 fsType = "zfs";