feat(shared/nixos): move to latest kernel and enable ntsync

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2026-02-22 17:39:01 -03:00
parent 13d0428a6c
commit cde6bdf08b
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -2,9 +2,10 @@
{
# Kernel
boot.kernelPackages = pkgs.linuxPackages_zen;
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.initrd.kernelModules = [
boot.kernelModules = [
"ntsync"
"v4l2loopback"
"zenergy"
];