From 1661e9fe08d3c44e450240947ba51ca2307db12d Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 17 Nov 2023 13:25:22 -0700 Subject: [PATCH] [NixOS] Reenable vaultwarden --- 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 57406596..71e53715 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;