fix: shoukei - hardcode nameservers

This commit is contained in:
Ryan Yin
2025-07-13 01:28:10 +08:00
parent a6d54395d3
commit 8528c6e573

View File

@@ -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;