From 1527601c3073443ba2a390c303a399ccf5db56ac Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 6 May 2022 23:22:10 +0000 Subject: [PATCH] Update config-gnome.nix --- config-gnome.nix | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/config-gnome.nix b/config-gnome.nix index 6d12a03..2932a33 100644 --- a/config-gnome.nix +++ b/config-gnome.nix @@ -13,18 +13,6 @@ systemd-boot.enable = true; }; -# boot.initrd.luks.devices = { -# crypt-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";