From 9457729da3148ed27915de9ec079750e95a5c0ef Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Wed, 4 Dec 2024 16:02:12 +0100 Subject: [PATCH] gotta do this to keep the SD config happy --- nixos/hosts/wheatley/hardware-configuration.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nixos/hosts/wheatley/hardware-configuration.nix b/nixos/hosts/wheatley/hardware-configuration.nix index 5abf4b3..65e0017 100644 --- a/nixos/hosts/wheatley/hardware-configuration.nix +++ b/nixos/hosts/wheatley/hardware-configuration.nix @@ -15,11 +15,6 @@ boot.kernelModules = []; boot.extraModulePackages = []; - fileSystems."/" = { - device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888"; - fsType = "ext4"; - }; - swapDevices = []; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking