summary refs log tree commit diff stats
path: root/system/impermanence/mods/keycloak.nix
blob: 63b02f523eaa5ef4e4605f72159a52d40b3b3648 (plain) (blame)
1
2
3
4
5
{...}: {
  environment.persistence."/srv".directories = [
    "/var/lib/postgresql"
  ];
}