add new UUIDs
This commit is contained in:
parent
51415771f7
commit
78c1ebdd93
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue