mirror of https://gitlab.crans.org/nounous/nixos
Update 2 files
- /modules/crans/journald.nix - /modules/crans/default.nixjournald-maxsize
parent
39aafa30f2
commit
cb674278cb
|
|
@ -9,6 +9,7 @@ in
|
|||
imports = [
|
||||
./age.nix
|
||||
./home.nix
|
||||
./journald.nix
|
||||
./locale.nix
|
||||
./networking.nix
|
||||
./ntp.nix
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
{ config, lib, ... }:
|
||||
|
||||
{
|
||||
services.journald.extraConfig = ''
|
||||
SystemMaxUse=200M
|
||||
'';
|
||||
}
|
||||
Loading…
Reference in New Issue