remove localhost

This commit is contained in:
Kopatz
2024-05-04 21:06:47 +02:00
parent 311c73c9d8
commit 43e60673ff

View File

@@ -53,7 +53,7 @@ in
# "server.home"
# "server.home.arpa"
# "192.168.0.6"
"localhost"
# "localhost"
];
root = pkgs.website;
forceSSL = cfg.https;