update flake inputs and fw kernel 6.19

This commit is contained in:
Henri Dohmen 2026-04-03 01:08:53 +02:00
parent 8463abf35b
commit 7fba7b6339
2 changed files with 22 additions and 22 deletions

View file

@ -31,7 +31,7 @@
enableContainers = true;
kernelPackages = pkgs.linuxPackages_6_12;
kernelPackages = pkgs.linuxPackages_6_19;
initrd.systemd.network.wait-online.enable = false;
};