Update configuration.nix

This commit is contained in:
Aaron Honeycutt 2023-12-29 20:03:06 +00:00
parent 23f8ca6310
commit ec1e91bb21

View file

@ -7,6 +7,7 @@
imports =
[
./hardware-configuration.nix
disko
# ./programs.nix
];
@ -18,13 +19,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" ];