From 24fc6f9688e9e8c5f0dbc5070f5b0845d75b879e Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 3 Apr 2023 19:46:00 +0000 Subject: [PATCH] Update configuration.nix --- configuration.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/configuration.nix b/configuration.nix index 4a75445..c581abd 100644 --- a/configuration.nix +++ b/configuration.nix @@ -19,13 +19,6 @@ systemd-boot.consoleMode = "0"; }; - boot.initrd.luks.devices = { - root = { - device = "/dev/sda"; - preLVM = true; - }; - }; - boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; nix.settings.extra-platforms = [ "aarch64-linux" ];