summaryrefslogtreecommitdiff
path: root/modules/nixos/profiles
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-03-08 21:30:37 +0300
committerAzat Bahawi <azat@bahawi.net>2024-03-08 21:30:37 +0300
commit04be52d7b75eb62203a3af8d85e36e3584123f90 (patch)
tree5ad22924998c10c45834eadae6c0498a3ac4be1b /modules/nixos/profiles
parent037ef27243eab47d6e1c29f231c248dc2aa4966e (diff)
2024-03-08
Diffstat (limited to 'modules/nixos/profiles')
-rw-r--r--modules/nixos/profiles/headless.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixos/profiles/headless.nix b/modules/nixos/profiles/headless.nix
index f0357ab..d1fcfa4 100644
--- a/modules/nixos/profiles/headless.nix
+++ b/modules/nixos/profiles/headless.nix
@@ -22,7 +22,7 @@ in {
# the latest LTS release + hardened patches (just in case).
#
# [1]: https://kernel.org
- boot.kernelPackages = pkgs.linuxPackages_5_15_hardened;
+ boot.kernelPackages = pkgs.linuxPackages_6_6_hardened;
nix = {
gc = {