devices.pcvm: fix

This commit is contained in:
2024-07-03 10:03:04 +08:00
parent 5c9774e906
commit ed349970c2

View File

@@ -17,7 +17,7 @@ inputs:
"/dev/mapper/root" = { "/nix" = "/nix"; "/nix/rootfs/current" = "/"; };
};
};
decrypt.auto."/dev/disk/by-uuid/a9e4a508-3f0b-492e-b9320e2019be28615" = { mapper = "root"; ssd = true; };
decrypt.auto."/dev/disk/by-uuid/a9e4a508-3f0b-492e-b932-e2019be28615" = { mapper = "root"; ssd = true; };
rollingRootfs = {};
};
grub.installDevice = "efi";