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