1
0
Fork 0

Hevana: fix partition UUIDs

This commit is contained in:
Aires 2024-09-05 20:24:12 -04:00
parent 7f3f8f1ba0
commit 1304a6ad83

View file

@ -1,8 +1,8 @@
# Minisforum UM340
{ modulesPath, ... }:
let
bootUUID = "0120-A755"; # The UUID of the boot partition.
luksUUID = "2c76c660-3573-4622-8771-f23fa7ee302a"; # The UUID of the locked LUKS partition.
bootUUID = "D2E7-FE8F"; # The UUID of the boot partition.
luksUUID = "7b9c756c-ba9d-43fc-b935-7c77a70f5f1b"; # The UUID of the locked LUKS partition.
in
{
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];