feat(ccl): hardware

This commit is contained in:
2025-07-25 07:12:04 +00:00
parent fe5ec24090
commit 108c68424c

View File

@@ -31,7 +31,7 @@
services.scx.enable = true; services.scx.enable = true;
fileSystems."/" = { fileSystems."/" = {
device = ""; device = "/dev/disk/by-uuid/9e8cdf88-769f-494c-aa87-503b63ac218b";
fsType = "btrfs"; fsType = "btrfs";
options = [ options = [
"compress=zstd" "compress=zstd"
@@ -39,7 +39,7 @@
}; };
fileSystems."/boot" = { fileSystems."/boot" = {
device = ""; device = "/dev/disk/by-uuid/F028-F342";
fsType = "vfat"; fsType = "vfat";
options = [ options = [
"uid=0" "uid=0"