Update system/macmini/hardware-configuration.nix

This commit is contained in:
batvin321 2024-11-19 18:39:08 -05:00
parent 50cbfe9c82
commit 8423744d53

View File

@ -19,7 +19,7 @@
options = [ "subvol=root" ];
};
boot.initrd.luks.devices."cryptroot".device = "/dev/disk/by-uuid/8c7cfd8b-9b49-4f86-8019-3d4614920c19";
boot.initrd.luks.devices."cryptroot".device = "/dev/sda2";
fileSystems."/boot" =
{ device = "/dev/sda1";