feat(ccl): hardware
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user