diff --git a/hosts/cyper-desktop/configuration.nix b/hosts/cyper-desktop/configuration.nix index 0abe6a7..0bfe984 100644 --- a/hosts/cyper-desktop/configuration.nix +++ b/hosts/cyper-desktop/configuration.nix @@ -14,7 +14,10 @@ networkConfig = { Address = "192.168.2.40/24"; Gateway = "192.168.2.1"; - DNS = "192.168.2.2"; + DNS = [ + "192.168.2.2" + "1.1.1.1" + ]; DHCP = "no"; }; };