add ente frontend

This commit is contained in:
Kopatz
2024-05-04 20:52:44 +02:00
parent 3041aba526
commit 349a6d61aa
6 changed files with 66 additions and 8 deletions

View File

@@ -48,13 +48,14 @@ in
virtualHosts = {
"kopatz.ddns.net" = {
#serverAliases = [
serverAliases = [
# "www.kopatz.ddns.net"
# "server.home"
# "server.home.arpa"
# "192.168.0.6"
#];
root = pkgs.hub;
"localhost"
];
root = pkgs.website;
forceSSL = cfg.https;
enableACME = cfg.https;
quic = cfg.https;