profiles/common: 5_12 -> latest

This commit is contained in:
kat witch 2021-07-04 16:41:24 +01:00
parent 4ac735b5ae
commit af9e6394aa
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 1 additions and 2 deletions

View file

@ -19,7 +19,6 @@ in
../../../services/node-exporter.nix
../../../services/promtail.nix
../../../services/netdata.nix
./thermal
./transmission.nix
./jellyfin.nix
./virtualhosts.nix

View file

@ -1,7 +1,7 @@
{ config, lib, pkgs, ... }:
{
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_5_12;
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
boot.tmpOnTmpfs = true;
boot.zfs.enableUnstable = true;
services.journald.extraConfig = "SystemMaxUse=512M";