From aa45aef89c016482715bb64b1fdff28c8044a15b Mon Sep 17 00:00:00 2001 From: Miranda Marquez Date: Tue, 27 Feb 2024 11:03:25 -0900 Subject: [PATCH] fix device IDs on knockout --- hardware/knockout-hw.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardware/knockout-hw.nix b/hardware/knockout-hw.nix index 0b89f0a..4f6cbc2 100644 --- a/hardware/knockout-hw.nix +++ b/hardware/knockout-hw.nix @@ -14,12 +14,12 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/44f83d76-68bd-4b07-bf5c-f72e7981e640"; + { device = "/dev/disk/by-uuid/d64887fb-0e49-4c92-a713-d6414697828c"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/EE44-46F8"; + { device = "/dev/disk/by-uuid/71C6-3491"; fsType = "vfat"; };