[NixOS] Reenable vaultwarden

This commit is contained in:
Ivan Malison 2023-11-17 13:25:22 -07:00
parent abae82a166
commit 1661e9fe08

View File

@ -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;