add new UUIDs

This commit is contained in:
Christoph Cullmann 2025-05-04 17:08:34 +02:00
parent 51415771f7
commit 78c1ebdd93
No known key found for this signature in database

View file

@ -15,7 +15,7 @@
# /boot efi partition to boot in UEFI mode # /boot efi partition to boot in UEFI mode
fileSystems."/boot" = { fileSystems."/boot" = {
device = "UUID=CFA5-46EA"; device = "UUID=28FC-CA9F";
fsType = "vfat"; fsType = "vfat";
neededForBoot = true; neededForBoot = true;
options = [ "fmask=0022" "dmask=0022" ]; options = [ "fmask=0022" "dmask=0022" ];
@ -23,7 +23,7 @@
# /nix volume with the system & all persistent data # /nix volume with the system & all persistent data
fileSystems."/nix" = { fileSystems."/nix" = {
device = "UUID=686a90a2-93ac-40a6-a01d-c7b61cc47750"; device = "UUID=5e0f8758-12f6-4262-90c7-e633a28f8b6e";
fsType = "bcachefs"; fsType = "bcachefs";
neededForBoot = true; neededForBoot = true;
}; };