networking.useDHCP is true by default
This commit is contained in:
parent
f68a64f966
commit
843f2358f1
|
@ -43,9 +43,6 @@
|
|||
}
|
||||
];
|
||||
|
||||
# Enables DHCP on all ethernet and wireless LAN interfaces.
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
|
||||
}
|
||||
|
|
|
@ -51,9 +51,6 @@
|
|||
options = ["rw" "uid=1000"];
|
||||
};
|
||||
|
||||
# Enables DHCP on all ethernet and wireless LAN interfaces.
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
|
||||
# nixos-hardware
|
||||
|
|
|
@ -43,8 +43,5 @@
|
|||
}
|
||||
];
|
||||
|
||||
# Enables DHCP on all ethernet and wireless LAN interfaces.
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
}
|
||||
|
|
|
@ -37,8 +37,5 @@
|
|||
}
|
||||
];
|
||||
|
||||
# Enables DHCP on all ethernet and wireless LAN interfaces.
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
}
|
||||
|
|
|
@ -43,9 +43,6 @@
|
|||
}
|
||||
];
|
||||
|
||||
# Enables DHCP on all ethernet and wireless LAN interfaces.
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue