mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Update config-gnome.nix
This commit is contained in:
parent
48dadd42b3
commit
6e3a9257dd
1 changed files with 6 additions and 1 deletions
|
@ -15,11 +15,16 @@
|
||||||
|
|
||||||
boot.initrd.luks.devices = {
|
boot.initrd.luks.devices = {
|
||||||
crypt-root = {
|
crypt-root = {
|
||||||
device = "/dev/disk/by-label/root>";
|
device = "/dev/disk/by-label/root";
|
||||||
preLVM = true;
|
preLVM = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fileSystems."/" =
|
||||||
|
{ device = "/dev/disk/by-label/root";
|
||||||
|
fsType = "ext4";
|
||||||
|
};
|
||||||
|
|
||||||
# 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