Update vm.nix

This commit is contained in:
Aaron Honeycutt 2023-12-29 20:03:36 +00:00
parent ec1e91bb21
commit 66d3d9a457

View file

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