diff --git a/hosts/nachtigall/hardware-configuration.nix b/hosts/nachtigall/hardware-configuration.nix index f06e4eb..0224632 100644 --- a/hosts/nachtigall/hardware-configuration.nix +++ b/hosts/nachtigall/hardware-configuration.nix @@ -18,6 +18,11 @@ fsType = "zfs"; }; + fileSystems."/var/lib" = + { device = "root_pool/data"; + fsType = "zfs"; + }; + fileSystems."/var/lib/postgresql" = { device = "root_pool/data/postgresql"; fsType = "zfs";