Update configuration.nix

This commit is contained in:
Aaron Honeycutt 2023-01-26 17:22:05 +00:00
parent 5aed1c4c00
commit 6d0027240a

View file

@ -11,7 +11,7 @@
];
# Latest kernel
# boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.loader = {
systemd-boot.enable = true;