1
0
Fork 0

Khanda: update partition UUIDs after reinstall

This commit is contained in:
Aires 2024-10-02 19:31:15 +00:00
parent acc647a279
commit 9e8a3b951a

View file

@ -7,8 +7,8 @@
...
}:
let
bootUUID = "B2D7-96C3"; # The UUID of the boot partition.
luksUUID = "f5ff391a-f2ef-4ac3-9ce8-9f5ed950b212"; # The UUID of the locked LUKS partition.
bootUUID = "6579-B6CB"; # The UUID of the boot partition.
luksUUID = "9936b186-96a5-4e43-9aba-0e0a0eb587df"; # The UUID of the locked LUKS partition.
in
{
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];