Add journald module
This commit is contained in:
parent
da40eb7dbc
commit
3ce2bdebe6
2 changed files with 9 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
./dnsmasq.nix
|
||||
./fish.nix
|
||||
./fonts.nix
|
||||
./journald.nix
|
||||
./kdeconnect.nix
|
||||
./kvm-switch-enable-screen.nix
|
||||
./libvirt.nix
|
||||
|
|
|
|||
8
modules/journald.nix
Normal file
8
modules/journald.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ lib, ... }:
|
||||
|
||||
{
|
||||
services.journald.extraConfig = ''
|
||||
MaxRetentionSec=90day
|
||||
MaxFileSec=7day
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue