From 4146d814db29ac393ee65b926798b7641b9cbbe9 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Wed, 25 Jan 2023 17:35:35 +0000 Subject: [PATCH] Update configuration.nix --- configuration.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/configuration.nix b/configuration.nix index ca3e9f3..99a357c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -17,13 +17,6 @@ systemd-boot.enable = true; }; - boot.initrd.luks.devices = { - crypt-root = { - device = "/dev/disk/by-label/luks"; - preLVM = true; - }; - }; - nix.settings.auto-optimise-store = true; nix.settings.experimental-features = [ "nix-command" "flakes" ];