From 8528c6e573ebcd32b2954bd259d9c347d09b5b05 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sun, 13 Jul 2025 01:28:10 +0800 Subject: [PATCH] fix: shoukei - hardcode nameservers --- hosts/12kingdoms-shoukei/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/12kingdoms-shoukei/default.nix b/hosts/12kingdoms-shoukei/default.nix index 960da145..501d33a4 100644 --- a/hosts/12kingdoms-shoukei/default.nix +++ b/hosts/12kingdoms-shoukei/default.nix @@ -1,4 +1,4 @@ -{...}: +{myvars, ...}: ############################################################# # # Shoukei - NixOS running on Macbook Pro 2022 M2 16G @@ -14,6 +14,7 @@ in { networking = { inherit hostName; + inherit (myvars.networking) nameservers; # configures the network interface(include wireless) via `nmcli` & `nmtui` networkmanager.enable = true;