From e9a92ab48f8f16fadfda049577a2c90a8f78da82 Mon Sep 17 00:00:00 2001 From: chem Date: Sun, 24 Aug 2025 15:06:40 -0600 Subject: [PATCH] disable fuckery de interface --- sys/platforms/yuki/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/platforms/yuki/default.nix b/sys/platforms/yuki/default.nix index 3e76d51..447a70b 100644 --- a/sys/platforms/yuki/default.nix +++ b/sys/platforms/yuki/default.nix @@ -37,8 +37,8 @@ networkmanager.enable = true; useDHCP = false; # The global useDHCP flag is deprecated, therefore explicitly set to false here. - interfaces.enp7s0.useDHCP = true; # Per-interface useDHCP will be mandatory in the future, so this generated config - interfaces.wlp6s0.useDHCP = true; # replicates the default behaviour. + #interfaces.enp7s0.useDHCP = true; # Per-interface useDHCP will be mandatory in the future, so this generated config + #interfaces.wlp6s0.useDHCP = true; # replicates the default behaviour. }; boot = {