fixed partition uuids
This commit is contained in:
parent
cbbe1e1a59
commit
1af3d79982
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
||||||
neededForBoot = true;
|
neededForBoot = true;
|
||||||
};
|
};
|
||||||
fileSystems."/boot" = {
|
fileSystems."/boot" = {
|
||||||
device = "/dev/disk/by-label/boot";
|
device = "/dev/disk/by-uuid/65E5-43C6";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
fileSystems."/nix" = {
|
fileSystems."/nix" = {
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
loader.systemd-boot.enable = true;
|
loader.systemd-boot.enable = true;
|
||||||
initrd.luks.devices.cryptroot.device = "/dev/disk/by-uuid/597B-4974";
|
initrd.luks.devices.cryptroot.device = "/dev/disk/by-uuid/ea8b69f1-b1d3-48c6-b469-3b26652d237b";
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue