From 627b5a6aa14b48297b0286cc7fda1e690171b027 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sun, 7 Jan 2024 15:41:20 +0100 Subject: [PATCH] Update drive ids after reinstall --- hosts/adalbert/hardware-configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/adalbert/hardware-configuration.nix b/hosts/adalbert/hardware-configuration.nix index ab97b97..218d1d8 100644 --- a/hosts/adalbert/hardware-configuration.nix +++ b/hosts/adalbert/hardware-configuration.nix @@ -18,17 +18,17 @@ boot.extraModulePackages = []; fileSystems."/" = { - device = "/dev/disk/by-uuid/f9ba57fb-0b82-47e0-8189-7bbebc530e2b"; + device = "/dev/disk/by-uuid/e92a5e85-52ce-4627-be79-5c07a99e2d1b"; fsType = "ext4"; }; fileSystems."/boot" = { - device = "/dev/disk/by-uuid/BCF2-51D4"; + device = "/dev/disk/by-uuid/348E-AC69"; fsType = "vfat"; }; swapDevices = [ - {device = "/dev/disk/by-uuid/4834fbc3-3feb-4b93-b11f-8b9bd054c5c1";} + {device = "/dev/disk/by-uuid/ae322cab-c083-4644-80ff-9122498d54e8";} ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking