diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 38c7dea..958ef52 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -113,7 +113,6 @@ networking = { hostName = meta.hostname; hostId = meta.hostId; - defaultGateway = "192.168.1.1"; nameservers = [ "1.1.1.1" "1.0.0.1" ]; firewall = {