Update flake.nix

This commit is contained in:
Aaron Honeycutt 2023-07-07 16:01:46 +00:00
parent 9e20168078
commit 0709a397ba

View file

@ -29,15 +29,14 @@
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
boot.initrd.luks.devices = { boot = {
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" ];