1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

fix: ajust firewall rule names and wireguard link name to match

This commit is contained in:
oddlama 2023-05-20 19:35:17 +02:00
parent 3862bd6b14
commit 0221a24225
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 31 additions and 7 deletions

View file

@ -98,7 +98,7 @@ in {
zones = lib.mkForce {
lan.interfaces = ["lan-self"];
wan.interfaces = ["wan"];
"local-vms".interfaces = ["wg-local-vms"];
local-vms.interfaces = ["local-vms"];
};
rules = lib.mkForce {