nixos: gen 216 @ nix-pad — 2026-08-02 19:41

26.05.20260724.597283a (Yarara)

Update to latest kernel.
This commit is contained in:
2026-08-02 19:42:05 -06:00
parent 49d97246f6
commit 8e77897e32
+1 -1
View File
@@ -3,7 +3,7 @@
{
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelPackages = pkgs.linuxPackages;
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelModules = [ "uinput" ];
system.nixos.label = "niri-v.1.1";
environment.pathsToLink = [ "/libexec" ];