ihm cleanup
This commit is contained in:
parent
bcd265ee91
commit
50f556722d
1 changed files with 0 additions and 16 deletions
|
|
@ -62,26 +62,10 @@ in
|
||||||
DEBUG = "False";
|
DEBUG = "False";
|
||||||
};
|
};
|
||||||
ports = [ "${port}:${port}" ];
|
ports = [ "${port}:${port}" ];
|
||||||
#environmentFiles = [ /etc/nixos/keys/ihatemoney-env ];
|
|
||||||
environmentFiles = [ /run/secrets/ihatemoney/env ];
|
environmentFiles = [ /run/secrets/ihatemoney/env ];
|
||||||
extraOptions = cfg.podman.extraOptions;
|
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:
|
# vim: set et ts=2 sw=2 ai:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue