UUIDs wegen Neuinstallation des Systems angepasst

This commit is contained in:
2026-05-05 12:36:46 +02:00
parent 61a97b2702
commit 138969667b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;
}; };
}; };
+1 -1
View File
@@ -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" ];
}; };