UUIDs wegen Neuinstallation des Systems angepasst
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@
|
|||||||
# LUKS Partition
|
# LUKS Partition
|
||||||
boot.initrd.luks.devices = {
|
boot.initrd.luks.devices = {
|
||||||
dukebook0 = {
|
dukebook0 = {
|
||||||
device = "/dev/disk/by-uuid/92d94913-aad0-4a76-9466-c77e481693ba";
|
device = "/dev/disk/by-uuid/aaebdca2-acfb-4156-a8f7-057fd9e9e328";
|
||||||
preLVM = true;
|
preLVM = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/boot" =
|
fileSystems."/boot" =
|
||||||
{ device = "/dev/disk/by-uuid/7A7F-078B";
|
{ device = "/dev/disk/by-uuid/4E7A-3767";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
options = [ "fmask=0022" "dmask=0022" ];
|
options = [ "fmask=0022" "dmask=0022" ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user