From 38b1c5ed309bbf2d902a1f597405c94231931e61 Mon Sep 17 00:00:00 2001 From: blahai Date: Tue, 17 Dec 2024 15:26:20 +0200 Subject: [PATCH] Nyx: disable DHCP --- hosts/nyx/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nyx/hardware-configuration.nix b/hosts/nyx/hardware-configuration.nix index 3433bd9..af02597 100644 --- a/hosts/nyx/hardware-configuration.nix +++ b/hosts/nyx/hardware-configuration.nix @@ -71,7 +71,7 @@ swapDevices = [{ device = "/dev/disk/by-uuid/04281bd7-784a-4287-b4f2-ce406d2ab6ac"; }]; - networking.useDHCP = lib.mkDefault true; + # networking.useDHCP = lib.mkDefault true; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.amd.updateMicrocode = true;