❄️ Nix configurations
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove redundant nameservers

-1
-1
nixos/ferret/hardware-configuration.nix
··· 32 32 interface = "enp2s0"; 33 33 }; 34 34 networking.useNetworkd = true; 35 - networking.nameservers = [ "1.1.1.1" "1.0.0.1" ]; 36 35 # networking.interfaces.enp2s0.useDHCP = lib.mkDefault true; 37 36 # networking.interfaces.wlo1.useDHCP = lib.mkDefault true; 38 37