ihm cleanup

This commit is contained in:
mc-fucker 2024-06-21 17:43:32 +02:00
parent bcd265ee91
commit 50f556722d

View file

@ -62,26 +62,10 @@ in
DEBUG = "False";
};
ports = [ "${port}:${port}" ];
#environmentFiles = [ /etc/nixos/keys/ihatemoney-env ];
environmentFiles = [ /run/secrets/ihatemoney/env ];
extraOptions = cfg.podman.extraOptions;
};
#services.postgresql = {
# ensureDatabases = [ db ];
# #ensureUsers = [
# # {
# # name = db;
# # ensurePermissions = {
# # "DATABASE ${db}" = "ALL PRIVILEGES";
# # };
# # }
# #];
# authentication = "host ${db} ${db} 10.88.0.0/16 md5";
#};
#services.postgresqlBackup.databases = [ "ihatemoney" ];
}
# vim: set et ts=2 sw=2 ai: