From 66d3d9a457db6ac1b30cc077489f2cfa92404abb Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 29 Dec 2023 20:03:36 +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 b588097..6ed4b0b 100644 --- a/systems/vm.nix +++ b/systems/vm.nix @@ -20,13 +20,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" ];