mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
removed sops dependency
fixed syncthing
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user