diff --git a/hosts/stream/default.nix b/hosts/stream/default.nix index 3e039421..f16f669e 100644 --- a/hosts/stream/default.nix +++ b/hosts/stream/default.nix @@ -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; }; };