From c89c29ac10f5fd8dead47bf88f5ec848fc69d862 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 2 Jul 2023 20:21:29 +0800 Subject: [PATCH] hosts/plover: update hardware configuration --- hosts/plover/modules/hardware/hetzner-cloud-cx21.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/plover/modules/hardware/hetzner-cloud-cx21.nix b/hosts/plover/modules/hardware/hetzner-cloud-cx21.nix index 21ee3fe9..c98beeda 100644 --- a/hosts/plover/modules/hardware/hetzner-cloud-cx21.nix +++ b/hosts/plover/modules/hardware/hetzner-cloud-cx21.nix @@ -30,12 +30,11 @@ in zramSwap.enable = true; - nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; networking = { enableIPv6 = true; - usePredictableInterfaceNames = true; + usePredictableInterfaceNames = lib.mkDefault true; useNetworkd = true; # We're using networkd to configure so we're disabling this