Update configuration.nix

This commit is contained in:
Aaron Honeycutt 2023-01-25 17:35:35 +00:00
parent 16f809b931
commit 4146d814db

View file

@ -17,13 +17,6 @@
systemd-boot.enable = true;
};
boot.initrd.luks.devices = {
crypt-root = {
device = "/dev/disk/by-label/luks";
preLVM = true;
};
};
nix.settings.auto-optimise-store = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];