deploy authentik, cleanup
This commit is contained in:
parent
30d2e7fafc
commit
ea75d168e4
7 changed files with 258 additions and 58 deletions
13
hosts/auth/authentik.nix
Normal file
13
hosts/auth/authentik.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
sops.secrets."authentik/env" = {};
|
||||
services.authentik = {
|
||||
enable = true;
|
||||
environmentFile = config.sops.secrets."authentik/env".path;
|
||||
settings = {
|
||||
log_level = "debug";
|
||||
disable_startup_analytics = true;
|
||||
avatars = "initials";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue