services/vaultwarden: init
This commit is contained in:
parent
b0923384df
commit
aeec9b75c1
6 changed files with 50 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue