added vaultwarden
This commit is contained in:
parent
0b5941f31d
commit
d6b14b626a
3 changed files with 13 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
"https://cal.huwe.mooo.com" = {
|
"https://cal.huwe.mooo.com" = {
|
||||||
extraConfig = "reverse_proxy localhost:5232";
|
extraConfig = "reverse_proxy localhost:8000";
|
||||||
};
|
};
|
||||||
"https://huwe.mooo.com" = {
|
"https://huwe.mooo.com" = {
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
|
@ -13,8 +13,9 @@
|
||||||
./invidious.nix
|
./invidious.nix
|
||||||
./minecraft.nix
|
./minecraft.nix
|
||||||
./nfs.nix
|
./nfs.nix
|
||||||
./radicale.nix
|
#./radicale.nix
|
||||||
./synapse.nix
|
./synapse.nix
|
||||||
|
./vaultwarden.nix
|
||||||
|
|
||||||
../../modules/common
|
../../modules/common
|
||||||
../../modules/nixos
|
../../modules/nixos
|
||||||
|
|
10
hosts/Anton/vaultwarden.nix
Normal file
10
hosts/Anton/vaultwarden.nix
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
services.vaultwarden = {
|
||||||
|
enable = true;
|
||||||
|
backupDir = "/mnt/data/services/vaultwarden";
|
||||||
|
config = {
|
||||||
|
DOMAIN = "https://cal.huwe.mooo.com:8443";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue