From 4c2c0bd9779f2fee81403d263992d7d2817d69c6 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 22 Aug 2025 14:02:40 +0200 Subject: [PATCH] hosts/tsuki: bump kernel version --- hosts/tsuki/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/tsuki/configuration.nix b/hosts/tsuki/configuration.nix index 859ec2a..0eda5df 100644 --- a/hosts/tsuki/configuration.nix +++ b/hosts/tsuki/configuration.nix @@ -85,7 +85,7 @@ services.zfs.autoScrub.enable = true; boot = { - kernelPackages = pkgs.linuxPackages_6_13; + kernelPackages = pkgs.linuxPackages_6_15; zfs.requestEncryptionCredentials = false; zfs.package = pkgs.zfs_2_3; loader = {