diff --git a/modules/ihatemoney.nix b/modules/ihatemoney.nix index 372c799..36d368c 100644 --- a/modules/ihatemoney.nix +++ b/modules/ihatemoney.nix @@ -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: