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