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" ];