diff --git a/hosts/hyacinth/networking.nix b/hosts/hyacinth/networking.nix index 7796639..696e98d 100644 --- a/hosts/hyacinth/networking.nix +++ b/hosts/hyacinth/networking.nix @@ -5,10 +5,10 @@ interfaces.enp5s0.useDHCP = false; interfaces.enp5s0.ipv4.addresses = [{ - address = "192.168.0.151"; + address = "192.168.1.201"; prefixLength = 24; }]; - defaultGateway = "192.168.0.1"; + defaultGateway = "192.168.1.1"; nameservers = [ "8.8.8.8" "8.8.4.4" ]; extraHosts = ''