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; nixpkgs.config.allowUnfree = true;
boot = { boot.initrd.luks.devices = {
initrd.luks.devices = {
root = { root = {
device = "/dev/sda"; device = "/dev/sda";
preLVM = true; preLVM = true;
}; };
}; };
boot = {
# kernelPackages = pkgs.linuxPackages_latest; # kernelPackages = pkgs.linuxPackages_latest;
kernelParams = [ "console=ttyS0,1920n8" ]; kernelParams = [ "console=ttyS0,1920n8" ];