removed sops dependency

fixed syncthing
This commit is contained in:
2024-09-14 16:05:53 -04:00
parent 76d67502e6
commit d19a485c54
6 changed files with 9 additions and 19 deletions

View File

@@ -1,4 +1,3 @@
{ config, ... }:
let
vars = import ../vars.nix;
in
@@ -24,7 +23,7 @@ in
POSTGRES_DB = "archive";
POSTGRES_INITDB_ARGS = "--auth-host=scram-sha-256";
};
# environmentFiles = [ config.sops.secrets."docker/postgres".path ];
environmentFiles = /root/secrets/docker/postgres;
autoStart = true;
user = "postgres:postgres";
};