mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Update config-plasma.nix
This commit is contained in:
parent
d73eafd7cd
commit
f5c243c788
1 changed files with 5 additions and 4 deletions
|
@ -14,10 +14,11 @@
|
|||
};
|
||||
|
||||
boot.initrd.luks.devices = {
|
||||
name = "root";
|
||||
device = "/dev/disk/by-label/root";
|
||||
preLVM = true;
|
||||
};
|
||||
crypt-root = {
|
||||
device = "/dev/disk/by-label/luks";
|
||||
preLVM = true;
|
||||
};
|
||||
};
|
||||
|
||||
# Name your host machine
|
||||
networking.hostName = "NixOS-VM";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue