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 = {