diff --git a/hosts/desktop1/hardware-configuration.nix b/hosts/desktop1/hardware-configuration.nix index c8b6c3d..01e81ae 100644 --- a/hosts/desktop1/hardware-configuration.nix +++ b/hosts/desktop1/hardware-configuration.nix @@ -43,7 +43,7 @@ }; fileSystems."/home" = { - device = "/dev/disk/by-uuid/30759de4-934a-4c89-aca5-2e4fed7fe94f"; + device = "/dev/disk/by-uuid/e5e8d23d-b613-40c2-b190-ee8d40fbf2f1"; fsType = "ext4"; neededForBoot = true; };