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"
# "server.home.arpa" # "server.home.arpa"
# "192.168.0.6" # "192.168.0.6"
"localhost" # "localhost"
]; ];
root = pkgs.website; root = pkgs.website;
forceSSL = cfg.https; forceSSL = cfg.https;