[NixOS] Enable vaultwarden on biskcomp

This commit is contained in:
Ivan Malison 2023-08-28 01:40:50 +00:00
parent 1e8ecb4e5d
commit 50a0b69d95

View File

@ -22,6 +22,14 @@
path = "/nix-cache"; path = "/nix-cache";
}; };
services.vaultwarden = {
enable = true;
config = {
ROCKET_ADDRESS = "::";
ROCKET_PORT = 8222;
};
};
services.nginx = { services.nginx = {
enable = true; enable = true;
recommendedProxySettings = true; recommendedProxySettings = true;