Fix: Replace placeholders with correct disk UUIDs
This commit is contained in:
parent
e53fad33d0
commit
0821d2fd3b
@ -1,12 +1,12 @@
|
|||||||
{ ... }: {
|
{ ... }: {
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
"/" = {
|
"/" = {
|
||||||
device = "/dev/disk/by-uuid/placeholder";
|
device = "/dev/disk/by-uuid/88a3f223-ed42-4be1-a748-bb9e0f9007dc";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
"/boot" = {
|
"/boot" = {
|
||||||
device = "/dev/disk/by-uuid/placeholder";
|
device = "/dev/disk/by-uuid/744D-0867";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
options = [ "fmask=0077" "dmask=0077" ];
|
options = [ "fmask=0077" "dmask=0077" ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user