services/vaultwarden: init

This commit is contained in:
LavaDesu 2022-02-27 13:06:17 +07:00
parent b0923384df
commit aeec9b75c1
Signed by: cilly
GPG key ID: 6500251E087653C9
6 changed files with 50 additions and 0 deletions

View file

@ -28,6 +28,11 @@ in {
"10.0.0.0/8 allow"
"192.168.100.0/24 allow"
];
domain-insecure = [ "local.lava.moe" ];
local-zone = [ "local.lava.moe. redirect" ];
local-data = [
"warden.local.lava.moe. IN A 192.168.100.15"
];
};
include = "${inputs.hosts-blocklists}/unbound/unbound.blacklist.conf";