try authentik

This commit is contained in:
2026-01-28 11:12:58 -06:00
parent d7875217bd
commit 9a0dfc4cca
3 changed files with 198 additions and 99 deletions

View File

@@ -1,4 +1,4 @@
{ config, lib, sops-nix, ... }: {
{ config, lib, ... }: {
options.sysconfig.containers.authentik.enable = lib.options.mkOption {
type = lib.types.bool;