From 604288d883cbbabc2a4621d609258244f750874a Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 29 Dec 2023 16:24:37 +0000 Subject: [PATCH] Update vm.nix --- systems/vm.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/systems/vm.nix b/systems/vm.nix index 9057e1c..b588097 100644 --- a/systems/vm.nix +++ b/systems/vm.nix @@ -7,6 +7,7 @@ imports = [ ./hardware-configuration.nix + disko # ./programs.nix ]; @@ -19,12 +20,12 @@ systemd-boot.consoleMode = "0"; }; - boot.initrd.luks.devices = { - root = { - device = "/dev/sda"; - preLVM = true; - }; - }; + # boot.initrd.luks.devices = { + # root = { + # device = "/dev/sda"; + # preLVM = true; + # }; + #}; #nix.settings.auto-optimise-store = true; nix.settings.experimental-features = [ "nix-command" "flakes" ];