From 50f556722d3b5898749f2d35960581f7e7e58f2f Mon Sep 17 00:00:00 2001 From: mc-fucker Date: Fri, 21 Jun 2024 17:43:32 +0200 Subject: [PATCH] ihm cleanup --- modules/ihatemoney.nix | 16 ---------------- 1 file changed, 16 deletions(-) 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: