diff options
author | Ben Sima <ben@bsima.me> | 2023-01-05 09:06:38 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2023-01-05 09:06:38 -0500 |
commit | fa1940e9cb52db325e4ab9b786825e266db160f9 (patch) | |
tree | 258ac15c2e33b26da5eb7c9b8a757ff0a8230db3 /Biz/Nixpert.nix | |
parent | 47cd029db307d281d66188c62238a91f69170fcd (diff) |
Enable nostr nip-5 verification
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; |