mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 19:14:03 -06:00
Update config-gnome.nix
This commit is contained in:
parent
1b60b871cc
commit
0bd77e926e
1 changed files with 10 additions and 10 deletions
|
@ -13,17 +13,17 @@
|
|||
systemd-boot.enable = true;
|
||||
};
|
||||
|
||||
boot.initrd.luks.devices = {
|
||||
crypt-root = {
|
||||
device = "/dev/disk/by-label/root";
|
||||
preLVM = true;
|
||||
};
|
||||
};
|
||||
# boot.initrd.luks.devices = {
|
||||
# crypt-root = {
|
||||
# device = "/dev/disk/by-label/root";
|
||||
# preLVM = true;
|
||||
# };
|
||||
# };
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-label/root";
|
||||
fsType = "ext4";
|
||||
};
|
||||
# fileSystems."/" =
|
||||
# { device = "/dev/disk/by-label/root";
|
||||
# fsType = "ext4";
|
||||
# };
|
||||
|
||||
# Name your host machine
|
||||
networking.hostName = "NixOS-VM";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue