From 0bd77e926ed0512c7f8e2eab32aa94368887966c Mon Sep 17 00:00:00 2001
From: Aaron  Honeycutt <aaronhoneycutt@protonmail.com>
Date: Fri, 6 May 2022 23:07:10 +0000
Subject: [PATCH] Update config-gnome.nix

---
 config-gnome.nix | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/config-gnome.nix b/config-gnome.nix
index bd6f866..6d12a03 100644
--- a/config-gnome.nix
+++ b/config-gnome.nix
@@ -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";