From 3967497c171bf0cb718a95d0a51325b13c523510 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 16 Nov 2023 02:21:04 -0700 Subject: [PATCH] [NixOS] Disable vaultwarden nginx to try to git gitea working --- nixos/machines/biskcomp.nix | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/nixos/machines/biskcomp.nix b/nixos/machines/biskcomp.nix index 71e53715..57406596 100644 --- a/nixos/machines/biskcomp.nix +++ b/nixos/machines/biskcomp.nix @@ -40,21 +40,21 @@ in defaults.email = "IvanMalison@gmail.com"; }; - services.nginx = { - enable = true; - recommendedProxySettings = true; - recommendedGzipSettings = true; - recommendedTlsSettings = true; - virtualHosts = { - "vaultwarden.railbird.ai" = { - enableACME = true; - forceSSL = true; - locations."/" = { - proxyPass = "http://[::1]:8222"; - }; - }; - }; - }; + # services.nginx = { + # enable = true; + # recommendedProxySettings = true; + # recommendedGzipSettings = true; + # recommendedTlsSettings = true; + # virtualHosts = { + # "vaultwarden.railbird.ai" = { + # enableACME = true; + # forceSSL = true; + # locations."/" = { + # proxyPass = "http://[::1]:8222"; + # }; + # }; + # }; + # }; services.plex = { enable = true;