draft: partially getting authelia to work
its started at auth.tuxcord.test
This commit is contained in:
+4
-1
@@ -99,7 +99,10 @@ in
|
||||
|
||||
extraHosts =
|
||||
let
|
||||
subdomains = [ "git" ];
|
||||
subdomains = [
|
||||
"git"
|
||||
"auth"
|
||||
];
|
||||
|
||||
inherit (config.networking) fqdn;
|
||||
hosts = [ fqdn ] ++ map (sub: "${sub}.${fqdn}") subdomains;
|
||||
|
||||
Reference in New Issue
Block a user