diff options
Diffstat (limited to 'hosts/fangorn')
| -rw-r--r-- | hosts/fangorn/default.nix | 2 |
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 = { |
