modules/nixos/common: use latest kernel
This commit is contained in:
parent
87a6477c98
commit
911374bbea
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ inputs, ... }:
|
||||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./auto-upgrade.nix
|
||||
|
@ -27,6 +27,8 @@
|
|||
|
||||
srvos.flake = inputs.self;
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
zramSwap.enable = true;
|
||||
|
||||
security.acme.defaults.email = "trash@nix-community.org";
|
||||
|
|
Loading…
Add table
Reference in a new issue