From 108c68424cdaf69c6ef41526544e0e7b0b9759ee Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Fri, 25 Jul 2025 07:12:04 +0000 Subject: [PATCH] feat(ccl): hardware --- config/hosts/ccl-nix/hardware.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"