desktop: open firewall to wg0

This commit is contained in:
NullBite 2024-03-23 18:27:55 -04:00
parent ffc0b1472f
commit 197b557468
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -2,5 +2,6 @@
{
config = {
fileSystems."/srv/mcserver".options = [ "compress=zstd" "nofail" ];
networking.firewall.trustedInterfaces = [ "wg0" ];
};
}