Fix Secrets Setup.
This commit is contained in:
parent
f1e5c7eb41
commit
01353b87ac
3 changed files with 33 additions and 25 deletions
|
|
@ -9,21 +9,23 @@
|
|||
};
|
||||
in {
|
||||
admin-password.neededForUsers = true;
|
||||
|
||||
tskey = {};
|
||||
|
||||
vaultwarden-env = {};
|
||||
|
||||
restic-env = {owner = "restic";};
|
||||
restic-password = {owner = "restic";};
|
||||
restic-repository = {owner = "restic";};
|
||||
|
||||
authelia-jwtsecret = autheliaSecret;
|
||||
authelia-oidc-privkey = autheliaSecret;
|
||||
authelia-oidc-hmac = autheliaSecret;
|
||||
authelia-session-secret = autheliaSecret;
|
||||
authelia-storage-encryption = autheliaSecret;
|
||||
|
||||
authelia-users = {
|
||||
owner = "authelia-main";
|
||||
sopsFile = ../secrets/authelia/users.yaml.bin;
|
||||
format = "binary";
|
||||
sopsFile = ../secrets/authelia/users.yaml;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue