firewall: Trust wg-home

Fixes regression introduced in 126a0dad4b.
This commit is contained in:
Simon Bruder 2021-01-18 00:05:18 +01:00
parent 21a8f5a358
commit 9cdf89fe15
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -29,5 +29,7 @@ in
}
];
};
networking.firewall.trustedInterfaces = [ "wg-home" ];
};
}