feat: use latest kernel
This commit is contained in:
parent
06df535e84
commit
f56f1be446
|
@ -29,6 +29,9 @@ in {
|
||||||
# clean /tmp at each boot
|
# clean /tmp at each boot
|
||||||
boot.cleanTmpDir = true;
|
boot.cleanTmpDir = true;
|
||||||
|
|
||||||
|
# use latest kernel
|
||||||
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
|
||||||
# restrict nix command to sudoers
|
# restrict nix command to sudoers
|
||||||
nix.allowedUsers = [ "@wheel" ];
|
nix.allowedUsers = [ "@wheel" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue