diff --git a/nixos/configuration.nix b/nixos/configuration.nix index ba12111..4e8e48b 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -127,7 +127,7 @@ networking = { hostName = meta.hostname; hostId = meta.hostId; - defaultGateway = "192.168.1.254"; + defaultGateway = "10.0.0.1"; nameservers = [ "1.1.1.1" "1.0.0.1" ]; firewall = {