profiles/common: tmpfs for /tmp

This commit is contained in:
kat witch 2021-04-30 18:43:07 +01:00
parent 18c18e3e5c
commit d721a1ff60
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -2,5 +2,6 @@
{
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
boot.tmpOnTmpfs = true;
services.journald.extraConfig = "SystemMaxUse=512M";
}