Update config-gnome.nix

This commit is contained in:
Aaron Honeycutt 2022-05-06 19:07:39 +00:00
parent e06d528989
commit d13995dafc

View file

@ -13,6 +13,9 @@
systemd-boot.enable = true;
};
boot.initrd.luks.devices.crypted.device = "/dev/vda2";
fileSystems."/".device = "/dev/mapper/crypt-root";
# Name your host machine
networking.hostName = "NixOS-VM";