From ec1e91bb2155d00b67e6e34d3ef091799bee7fa3 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 29 Dec 2023 20:03:06 +0000 Subject: [PATCH] Update configuration.nix --- configuration.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/configuration.nix b/configuration.nix index 4a36bfb..0187921 100644 --- a/configuration.nix +++ b/configuration.nix @@ -7,6 +7,7 @@ imports = [ ./hardware-configuration.nix + disko # ./programs.nix ]; @@ -18,13 +19,6 @@ systemd-boot.consoleMode = "0"; }; - boot.initrd.luks.devices = { - root = { - device = "/dev/sda"; - preLVM = true; - }; - }; - #nix.settings.auto-optimise-store = true; nix.settings.experimental-features = [ "nix-command" "flakes" ];