Update system/macmini/hardware-configuration.nix
This commit is contained in:
parent
50cbfe9c82
commit
8423744d53
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user