authentik: init

This commit is contained in:
Grisha Shipunov 2025-01-12 21:32:36 +01:00
parent ea46b0bb1e
commit bd44fc6fcb
12 changed files with 428 additions and 26 deletions

View file

@ -0,0 +1,8 @@
{ config, ... }:
{
services.authentik = {
enable = true;
environmentFile = config.sops.secrets."authentik/envfile".path;
settings.disable_startup_analytics = true;
};
}