Update configuration.nix

This commit is contained in:
Aaron Honeycutt 2023-01-03 21:31:37 +00:00
parent 226055e578
commit 3707beaacc

View file

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