mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 21:16:35 +05:30
add vaultwarden
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user