From 43ae78c54ca709bcfc85cff93c199599175d84f0 Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Fri, 20 Jun 2025 21:48:27 -0500 Subject: [PATCH] gateway is 192.168.1.11 --- nixos/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 958ef52..0e50b6a 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -113,6 +113,7 @@ networking = { hostName = meta.hostname; hostId = meta.hostId; + defaultGateway = "192.168.1.11"; nameservers = [ "1.1.1.1" "1.0.0.1" ]; firewall = {