nixos-module/defaults: let journald log to volatile storage

Este commit está contenido en:
Astro 2021-05-06 00:44:50 +02:00
padre 16d60e0dd3
commit 5bda3ab775
Se han modificado 1 ficheros con 6 adiciones y 0 borrados

Ver fichero

@ -11,6 +11,12 @@
# Includes wireguard
boot.kernelPackages = pkgs.linuxPackages_latest;
# no persistent logs
services.journald.extraConfig = ''
RuntimeMaxUse=32M
Storage=volatile
'';
nix = {
package = pkgs.nixFlakes;
extraOptions = "experimental-features = nix-command flakes";