summary refs log blame commit diff stats
path: root/system/impermanence/mods/postgresql.nix
blob: 63b02f523eaa5ef4e4605f72159a52d40b3b3648 (plain) (tree)
1
2
3
4
5



                                                
{...}: {
  environment.persistence."/srv".directories = [
    "/var/lib/postgresql"
  ];
}