mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-14 12:18:59 +00:00
hosts/plover: update hardware configuration
This commit is contained in:
parent
da24dd1214
commit
c89c29ac10
@ -30,12 +30,11 @@ in
|
|||||||
|
|
||||||
zramSwap.enable = true;
|
zramSwap.enable = true;
|
||||||
|
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
|
||||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
enableIPv6 = true;
|
enableIPv6 = true;
|
||||||
usePredictableInterfaceNames = true;
|
usePredictableInterfaceNames = lib.mkDefault true;
|
||||||
useNetworkd = true;
|
useNetworkd = true;
|
||||||
|
|
||||||
# We're using networkd to configure so we're disabling this
|
# We're using networkd to configure so we're disabling this
|
||||||
|
Loading…
Reference in New Issue
Block a user