mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 19:45:40 +00:00
10 lines
199 B
Nix
10 lines
199 B
Nix
{
|
|
services.vaultwarden = {
|
|
enable = true;
|
|
config = {
|
|
ROCKET_ADDRESS = "127.0.0.1";
|
|
ROCKET_PORT = 8222;
|
|
DOMAIN = "https://vps.curl-pence.ts.net/vaultwarden";
|
|
};
|
|
};
|
|
}
|