diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 9f4acef9f..9c79450a3 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -102,6 +102,16 @@ fsType = "zfs"; }; + fileSystems."/var/lib/postgresql" = + { device = "loutrepool/var/postgresql"; + fsType = "zfs"; + }; + + fileSystems."/var/lib/matrix-synapse" = + { device = "loutrepool/var/matrix-synapse"; + fsType = "zfs"; + }; + swapDevices = [ { device = "/var/swapfile"; } ];