vaultwarden service
This commit is contained in:
parent
b6fe6f02b4
commit
24746cc727
3 changed files with 21 additions and 6 deletions
12
modules/system/homelab/pass.nix
Normal file
12
modules/system/homelab/pass.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ homelab, ... }: {
|
||||
services.vaultwarden = {
|
||||
enable = true;
|
||||
config = {
|
||||
DOMAIN = "pass.proxy.${homelab.domain}";
|
||||
SIGNUPS_ALLOWED = true;
|
||||
ROCKET_ADDRESS = "127.0.0.1";
|
||||
ROCKET_PORT = 8060;
|
||||
ROCKET_LOG = "critical";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue