mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2024-11-09 21:38:34 +01:00
vps1: authentik: fix env file
This commit is contained in:
parent
70d8872951
commit
5729ae1637
1 changed files with 1 additions and 3 deletions
|
@ -7,8 +7,6 @@ let
|
|||
sops_opts = {
|
||||
sopsFile = ../secrets/authentik.env;
|
||||
format = "dotenv";
|
||||
# owner = "authentik";
|
||||
group = "authentik";
|
||||
};
|
||||
in
|
||||
{
|
||||
|
@ -16,7 +14,7 @@ in
|
|||
enable = true;
|
||||
# The environmentFile needs to be on the target host!
|
||||
# Best use something like sops-nix or agenix to manage it
|
||||
environmentFile = "/run/secrets/authentik/authentik-env";
|
||||
environmentFile = config.sops.secrets.authentik.path;
|
||||
createDatabase = true;
|
||||
nginx = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue