Fix Secrets Setup.

This commit is contained in:
Lorenzo Good 2025-06-09 21:23:36 -05:00
parent f1e5c7eb41
commit 01353b87ac
Signed by: lorenzo
GPG key ID: 7FCD64BD81180ED0
3 changed files with 33 additions and 25 deletions

View file

@ -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;
};
};
};