stream: fix pub network

This commit is contained in:
Astro 2022-11-27 17:23:47 +01:00
parent c469c46ffe
commit 71a611467d
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ in
# On the pub network I am a normal client.
networks."30-pub" = {
networkConfig.DHCP = "ipv4";
gateway = lib.mkForce [];
networkConfig.IPv6AcceptRA = true;
};
};