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";