mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-13 03:23:01 -06:00
Update config-gnome.nix
This commit is contained in:
parent
49a12b0a82
commit
9bcc89633e
1 changed files with 6 additions and 2 deletions
|
@ -13,8 +13,12 @@
|
|||
systemd-boot.enable = true;
|
||||
};
|
||||
|
||||
boot.initrd.luks.devices.crypt-root.device = "/dev/vda2";
|
||||
fileSystems."/".device = "/dev/mapper/crypt-root";
|
||||
boot.initrd.luks.devices = {
|
||||
crypted = {
|
||||
device = "/dev/disk/by-label/root>";
|
||||
preLVM = true;
|
||||
};
|
||||
};
|
||||
|
||||
# Name your host machine
|
||||
networking.hostName = "NixOS-VM";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue