From 6e3a9257dd2b8aa0092fe892d6f3f09ea2b51d1e Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 6 May 2022 19:48:29 +0000 Subject: [PATCH] Update config-gnome.nix --- config-gnome.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config-gnome.nix b/config-gnome.nix index e2989e2..bd6f866 100644 --- a/config-gnome.nix +++ b/config-gnome.nix @@ -15,11 +15,16 @@ boot.initrd.luks.devices = { crypt-root = { - device = "/dev/disk/by-label/root>"; + device = "/dev/disk/by-label/root"; preLVM = true; }; }; + fileSystems."/" = + { device = "/dev/disk/by-label/root"; + fsType = "ext4"; + }; + # Name your host machine networking.hostName = "NixOS-VM";