draft: partially getting authelia to work

its started at auth.tuxcord.test
This commit is contained in:
2026-05-05 01:14:58 +02:00
parent 82c76dc390
commit 83ba8dffb2
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;