aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/fangorn
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-03-01 14:11:03 -0800
committerMark Nipper <nipsy@bitgnome.net>2026-03-01 14:11:03 -0800
commita381e810f133cbd6b265e32420d25747789dec8a (patch)
treecb0e76b055f3160ba7164871a6d404b9b7d69a53 /hosts/fangorn
parentb37d45bab987bdbcc58271adb7f2e36923cdcd93 (diff)
downloadnix-a381e810f133cbd6b265e32420d25747789dec8a.tar
nix-a381e810f133cbd6b265e32420d25747789dec8a.tar.gz
nix-a381e810f133cbd6b265e32420d25747789dec8a.tar.bz2
nix-a381e810f133cbd6b265e32420d25747789dec8a.tar.lz
nix-a381e810f133cbd6b265e32420d25747789dec8a.tar.xz
nix-a381e810f133cbd6b265e32420d25747789dec8a.tar.zst
nix-a381e810f133cbd6b265e32420d25747789dec8a.zip
Bump kernel to 6.19 master branch @*
Diffstat (limited to 'hosts/fangorn')
-rw-r--r--hosts/fangorn/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/fangorn/default.nix b/hosts/fangorn/default.nix
index 8191e3a..19595c5 100644
--- a/hosts/fangorn/default.nix
+++ b/hosts/fangorn/default.nix
@@ -1,6 +1,6 @@
{ config, inputs, lib, outputs, pkgs, ... }: {
boot = {
- kernelPackages = pkgs.linuxPackages_6_19;
+ kernelPackages = pkgs.master.linuxPackages_6_19;
loader = {
efi.canTouchEfiVariables = true;
systemd-boot = {