draft: partially getting authentik to work
Check / Nix flake (push) Failing after 9s
Lint / Nix expressions (push) Failing after 10s

its started at auth.tuxcord.test
This commit is contained in:
2026-05-05 01:14:58 +02:00
parent 82c76dc390
commit 155f3c9504
4 changed files with 145 additions and 1 deletions
+4 -1
View File
@@ -99,7 +99,10 @@ in
extraHosts =
let
subdomains = [ "git" ];
subdomains = [
"git"
"auth"
];
inherit (config.networking) fqdn;
hosts = [ fqdn ] ++ map (sub: "${sub}.${fqdn}") subdomains;