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 = [
|
imports = [
|
||||||
./auto-upgrade.nix
|
./auto-upgrade.nix
|
||||||
|
@ -27,6 +27,8 @@
|
||||||
|
|
||||||
srvos.flake = inputs.self;
|
srvos.flake = inputs.self;
|
||||||
|
|
||||||
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
|
||||||
zramSwap.enable = true;
|
zramSwap.enable = true;
|
||||||
|
|
||||||
security.acme.defaults.email = "trash@nix-community.org";
|
security.acme.defaults.email = "trash@nix-community.org";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue