This commit is contained in:
2025-08-04 15:44:25 +00:00
parent 0ac146b8a7
commit 4aeaa95985
2 changed files with 2 additions and 1 deletions

View File

@@ -70,6 +70,7 @@
pkgs = import nixpkgs { pkgs = import nixpkgs {
inherit system; inherit system;
config.allowUnfree = true; config.allowUnfree = true;
config.allowUnsupportedSystem = true;
overlays = builtins.attrValues self.overlays; overlays = builtins.attrValues self.overlays;
}; };

View File

@@ -65,7 +65,7 @@
# Enable networking # Enable networking
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
networking.search = ["node.dc1.consul" "service.dc1.consul"]; 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. # Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8"; i18n.defaultLocale = "en_US.UTF-8";