host(renko): use latest linux

Changed files
+3 -1
systems
+3 -1
systems/renko/configuration.nix
···
-
{inputs, ...}: {
imports = [
inputs.mystia.nixosModules.arrpc
(inputs.self + "/modules/staging/yubikey-agent.nix")
···
flakeLocation = "/home/cassie/gensokyo";
};
};
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
···
+
{inputs, pkgs, ...}: {
imports = [
inputs.mystia.nixosModules.arrpc
(inputs.self + "/modules/staging/yubikey-agent.nix")
···
flakeLocation = "/home/cassie/gensokyo";
};
};
+
+
boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_6_9;
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;