properly set unpackerr and stash secrets
This commit is contained in:
@@ -7,9 +7,9 @@ in
|
||||
options.my.servers.stash = setup.mkOptions "stash" "xxx" 9999;
|
||||
config = lib.mkIf (cfg.enable && config.my.secureHost) {
|
||||
sops.secrets = {
|
||||
"stash/password".sopsFile = ../../secrets/env.yaml;
|
||||
"stash/jwt".sopsFile = ../../secrets/env.yaml;
|
||||
"stash/session".sopsFile = ../../secrets/env.yaml;
|
||||
"stash/password".sopsFile = ../../secrets/secrets.yaml;
|
||||
"stash/jwt".sopsFile = ../../secrets/secrets.yaml;
|
||||
"stash/session".sopsFile = ../../secrets/secrets.yaml;
|
||||
};
|
||||
services.stash = {
|
||||
inherit (cfg) enable;
|
||||
|
||||
Reference in New Issue
Block a user