diff options
Diffstat (limited to 'Biz/Nixpert.nix')
-rw-r--r-- | Biz/Nixpert.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Biz/Nixpert.nix b/Biz/Nixpert.nix index 6e9d392..d009182 100644 --- a/Biz/Nixpert.nix +++ b/Biz/Nixpert.nix @@ -121,8 +121,6 @@ in { ''; }; - services.nginx.virtualHosts."simatime.com".locations."/".return = "301 https://nixpert.chat"; - services.nginx.virtualHosts."nixpert.chat" = { forceSSL = true; enableACME = true; |