mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Empty FS UUIDs
This commit is contained in:
parent
9d29867579
commit
88f5eb8551
1 changed files with 3 additions and 3 deletions
|
@ -18,18 +18,18 @@ systemConfiguration {
|
|||
};
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-uuid/add562e1-f2f6-4ac0-bb17-0acc380ac133";
|
||||
device = "";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
fileSystems."/boot" = {
|
||||
device = "/dev/disk/by-uuid/D697-1FA1";
|
||||
device = "";
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
||||
swapDevices = [
|
||||
{
|
||||
device = "/dev/disk/by-uuid/7b21b5e9-6194-4448-9f65-3a744bfdc2b3";
|
||||
device = "";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue