summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/dishwasher/hardware-configuration.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/hosts/dishwasher/hardware-configuration.nix b/hosts/dishwasher/hardware-configuration.nix
index 9e506a6..653c31c 100644
--- a/hosts/dishwasher/hardware-configuration.nix
+++ b/hosts/dishwasher/hardware-configuration.nix
@@ -35,6 +35,13 @@
options = [ "zfsutil" ];
};
+ fileSystems."/var/lib" =
+ {
+ device = "rpool/userdata/var-lib";
+ fsType = "zfs";
+ options = [ "zfsutil" ];
+ };
+
fileSystems."/boot" =
{
device = "/dev/disk/by-uuid/A8AA-1CC4";