1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Empty FS UUIDs

This commit is contained in:
RGBCube 2023-11-01 19:19:39 +03:00
parent 9d29867579
commit 88f5eb8551

View file

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