modules/nixos/common: use latest kernel

This commit is contained in:
zowoq 2024-01-07 09:59:08 +10:00 committed by Jörg Thalheim
parent 87a6477c98
commit 911374bbea

View file

@ -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";