From 7c2eb0f6da9e8b5540e67d10f57afbbc70723d22 Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Fri, 20 Jun 2025 21:54:23 -0500 Subject: [PATCH] 254 --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 0e50b6a..3a7ec8c 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -113,7 +113,7 @@ networking = { hostName = meta.hostname; hostId = meta.hostId; - defaultGateway = "192.168.1.11"; + defaultGateway = "192.168.1.254"; nameservers = [ "1.1.1.1" "1.0.0.1" ]; firewall = {