feat(shared/nixos): move to latest kernel and enable ntsync
This commit is contained in:
parent
13d0428a6c
commit
cde6bdf08b
1 changed files with 3 additions and 2 deletions
|
|
@ -2,9 +2,10 @@
|
|||
|
||||
{
|
||||
# Kernel
|
||||
boot.kernelPackages = pkgs.linuxPackages_zen;
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
boot.initrd.kernelModules = [
|
||||
boot.kernelModules = [
|
||||
"ntsync"
|
||||
"v4l2loopback"
|
||||
"zenergy"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue