profiles/common: zfsUnstable + 5_12

This commit is contained in:
kat witch 2021-05-15 23:25:51 +01:00
parent fa306ed1e2
commit ec75ddd3b6
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 6 additions and 1 deletions

View file

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