sf
This commit is contained in:
@@ -256,6 +256,16 @@ in
|
||||
"jallen-nas/ntfy/auth-users" = {
|
||||
sopsFile = defaultSops;
|
||||
};
|
||||
|
||||
# ------------------------------
|
||||
# authentik-rac
|
||||
# NOTE: add to nas-secrets.yaml via `sops secrets/nas-secrets.yaml`:
|
||||
# jallen-nas/authentik-rac/token: <authentik RAC outpost token>
|
||||
# ------------------------------
|
||||
"jallen-nas/authentik-rac/token" = {
|
||||
sopsFile = defaultSops;
|
||||
restartUnits = [ "podman-authenticRac.service" ];
|
||||
};
|
||||
};
|
||||
|
||||
# ------------------------------
|
||||
@@ -278,6 +288,14 @@ in
|
||||
restartUnits = [ "podman-free-games-claimer.service" ];
|
||||
};
|
||||
|
||||
"authentik-rac.env" = {
|
||||
content = ''
|
||||
AUTHENTIK_TOKEN=${config.sops.placeholder."jallen-nas/authentik-rac/token"}
|
||||
'';
|
||||
mode = "0600";
|
||||
restartUnits = [ "podman-authenticRac.service" ];
|
||||
};
|
||||
|
||||
"paperless.env" = {
|
||||
content = ''
|
||||
PAPERLESS_ADMIN_USER = "mjallen"
|
||||
|
||||
Reference in New Issue
Block a user