Merge branch 'main-pbp' into 'main'

Update configuration.nix

See merge request ahoneybun/nix-configs!1
This commit is contained in:
Aaron Honeycutt 2023-01-25 18:09:34 +00:00
commit bab53a5cde

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