diff --git a/flake.nix b/flake.nix index f093473..3012d69 100644 --- a/flake.nix +++ b/flake.nix @@ -70,6 +70,7 @@ pkgs = import nixpkgs { inherit system; config.allowUnfree = true; + config.allowUnsupportedSystem = true; overlays = builtins.attrValues self.overlays; }; diff --git a/hosts/common.nix b/hosts/common.nix index 8811c7c..1c18ef2 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -65,7 +65,7 @@ # Enable networking networking.networkmanager.enable = true; networking.search = ["node.dc1.consul" "service.dc1.consul"]; - networking.nameservers = ["192.168.4.1" "192.168.4.250" "1.1.1.1"]; + networking.nameservers = ["192.168.4.250" "192.168.4.1" "1.1.1.1"]; # Select internationalisation properties. i18n.defaultLocale = "en_US.UTF-8";