forked from colonelpanic/dotfiles
[NixOS] Enable vaultwarden on biskcomp
This commit is contained in:
parent
1e8ecb4e5d
commit
50a0b69d95
@ -22,6 +22,14 @@
|
||||
path = "/nix-cache";
|
||||
};
|
||||
|
||||
services.vaultwarden = {
|
||||
enable = true;
|
||||
config = {
|
||||
ROCKET_ADDRESS = "::";
|
||||
ROCKET_PORT = 8222;
|
||||
};
|
||||
};
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
recommendedProxySettings = true;
|
||||
|
Loading…
Reference in New Issue
Block a user