1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-31 12:07:48 +00:00

Add UUIDs

This commit is contained in:
RGBCube 2023-10-21 11:48:39 +03:00
parent 6ea35d3c57
commit 3295ed1413
No known key found for this signature in database

View file

@ -18,18 +18,18 @@ systemConfiguration {
}; };
fileSystems."/" = { fileSystems."/" = {
device = ""; device = "/dev/disk/by-uuid/add562e1-f2f6-4ac0-bb17-0acc380ac133";
fsType = "ext4"; fsType = "ext4";
}; };
fileSystems."/boot" = { fileSystems."/boot" = {
device = ""; device = "/dev/disk/by-uuid/D697-1FA1";
fsType = "vfat"; fsType = "vfat";
}; };
swapDevices = [ swapDevices = [
{ {
device = ""; device = "/dev/disk/by-uuid/7b21b5e9-6194-4448-9f65-3a744bfdc2b3";
} }
]; ];
} }