From 71a611467d14a6f91ca276f8036ba82f2187e70c Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 27 Nov 2022 17:23:47 +0100 Subject: [PATCH] stream: fix pub network --- hosts/stream/default.nix | 1 + 1 file changed, 1 insertion(+) 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; }; };