Skip to content

Commit

Permalink
host(renko): use linuxPackages_latest for boot.kernelPackages
Browse files Browse the repository at this point in the history
  • Loading branch information
soopyc committed Nov 1, 2024
1 parent 3bba4f2 commit 20b7663
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion systems/renko/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
};
};

boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_6_10;
# boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_6_10;
boot.kernelPackages = pkgs.linuxPackages_latest;

# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot = {
Expand All @@ -40,6 +41,11 @@
"autodefrag"
];

networking.firewall.allowedTCPPorts = [
25565
25566
];

# muh unfree software!!!!!!!!!!!!!!!!!!
nixpkgs.config.allowUnfree = true;

Expand Down

0 comments on commit 20b7663

Please sign in to comment.