mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 21:16:35 +05:30
change domain to tux.rs
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
vaultwarden = {
|
||||
enable = true;
|
||||
config = {
|
||||
domain = "https://vault.0xtux.com";
|
||||
domain = "https://bw.tux.rs";
|
||||
enableWebsocket = true;
|
||||
signupsAllowed = true;
|
||||
disableIconDownload = true;
|
||||
@ -13,7 +13,7 @@
|
||||
nginx = {
|
||||
enable = lib.mkForce true;
|
||||
virtualHosts = {
|
||||
"bw.0xtux.com" = {
|
||||
"bw.tux.rs" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations = {
|
||||
|
Reference in New Issue
Block a user