chore(etna): split stuff into different files

This commit is contained in:
uku 2024-04-13 14:34:10 +02:00
parent da553350c6
commit 629130fed7
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
4 changed files with 48 additions and 34 deletions

View 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;
};
};
}