diff --git a/config/hosts/ccl-nix/hardware.nix b/config/hosts/ccl-nix/hardware.nix index bd00c2c..c1fe060 100644 --- a/config/hosts/ccl-nix/hardware.nix +++ b/config/hosts/ccl-nix/hardware.nix @@ -31,7 +31,7 @@ services.scx.enable = true; fileSystems."/" = { - device = ""; + device = "/dev/disk/by-uuid/9e8cdf88-769f-494c-aa87-503b63ac218b"; fsType = "btrfs"; options = [ "compress=zstd" @@ -39,7 +39,7 @@ }; fileSystems."/boot" = { - device = ""; + device = "/dev/disk/by-uuid/F028-F342"; fsType = "vfat"; options = [ "uid=0"