chore(etna): split stuff into different files
This commit is contained in:
parent
da553350c6
commit
629130fed7
4 changed files with 48 additions and 34 deletions
14
systems/etna/vaultwarden.nix
Normal file
14
systems/etna/vaultwarden.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{...}: {
|
||||
cfTunnels."bw.uku3lig.net" = "http://localhost:8222";
|
||||
|
||||
services.vaultwarden = {
|
||||
enable = true;
|
||||
config = {
|
||||
DOMAIN = "https://bw.uku3lig.net";
|
||||
SIGNUPS_ALLOWED = false;
|
||||
|
||||
ROCKET_ADDRESS = "::1";
|
||||
ROCKET_PORT = 8222;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue