home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 37ffd0c50a15325b673cfa22116e7f47f0d148e9
parent a11f3b945e489b62a0846562ef2cc13c4f668928
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed,  5 Oct 2022 11:33:15 +0200

systems/wakasu: do not run latest kernel…

… had some bolt failures on this.. and actually, I don't really need
it so far.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hosts/wakasu.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/systems/hosts/wakasu.nix b/systems/hosts/wakasu.nix @@ -63,7 +63,7 @@ in boot = { # FIXME move somewhere else - kernelPackages = pkgs.linuxPackages_latest; + # kernelPackages = pkgs.linuxPackages_latest; }; services.udev.extraRules = ''