From 8470d6e6a4938ad4a5a523075da5b1e277c712d2 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 4 Apr 2023 13:11:08 +0000 Subject: [PATCH] Update vm.nix --- systems/vm.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/systems/vm.nix b/systems/vm.nix index 31803ac..97c510d 100644 --- a/systems/vm.nix +++ b/systems/vm.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" ];