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
fddf4aeb53
commit
484b513f59
1 changed files with 2 additions and 4 deletions
|
@ -13,15 +13,13 @@
|
|||
systemd-boot.enable = true;
|
||||
};
|
||||
|
||||
|
||||
boot.initrd.luks.devices = [
|
||||
{
|
||||
boot.initrd.luks.devices = {
|
||||
name = "root";
|
||||
device = "/dev/disk/by-label/root";
|
||||
preLVM = true;
|
||||
allowDiscards = true;
|
||||
}
|
||||
];
|
||||
|
||||
# Name your host machine
|
||||
networking.hostName = "NixOS-VM";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue