add vaultwarden

This commit is contained in:
2024-07-28 03:14:20 +05:30
parent b365541db5
commit 99fa42f6a8
2 changed files with 31 additions and 1 deletions

View File

@ -1,6 +1,7 @@
{
config,
pkgs,
lib,
...
}: {
security = {
@ -40,7 +41,7 @@
};
nginx = {
enable = true;
enable = lib.mkForce true;
virtualHosts = {
"hs.0xtux.com" = {
forceSSL = true;