Update flake.nix

This commit is contained in:
Aaron Honeycutt 2023-07-07 15:47:57 +00:00
parent 1d50830a5c
commit 9e20168078

View file

@ -29,14 +29,15 @@
nixpkgs.config.allowUnfree = true;
boot = {
initrd.luks.devices = {
boot.initrd.luks.devices = {
root = {
device = "/dev/sda";
preLVM = true;
};
};
boot = {
# kernelPackages = pkgs.linuxPackages_latest;
kernelParams = [ "console=ttyS0,1920n8" ];