From 4aeaa9598507e8691f419975d5675862186168b6 Mon Sep 17 00:00:00 2001 From: sstent Date: Mon, 4 Aug 2025 15:44:25 +0000 Subject: [PATCH] sync --- flake.nix | 1 + hosts/common.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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";