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 = {