Update system/macmini12/hardware-configuration.nix

This commit is contained in:
batvin321 2025-01-05 14:34:55 -05:00
parent 8e99e5cc16
commit b238c6a4d4

View File

@ -19,7 +19,7 @@
options = [ "subvol=root" ]; 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" = fileSystems."/boot" =
{ device = "/dev/sda1"; { device = "/dev/sda1";