1
0

Update from updated-inputs-2024-08-29-01-03

This commit is contained in:
Flake Update Bot 2024-08-29 03:03:05 +02:00
commit bd9b6474b7
2 changed files with 10 additions and 0 deletions

View File

@ -9,6 +9,7 @@
./nix.nix ./nix.nix
./programs.nix ./programs.nix
./ssh.nix ./ssh.nix
./systemd.nix
./user.nix ./user.nix
./web.nix ./web.nix
]; ];

View File

@ -0,0 +1,9 @@
{ ... }:
{
services.journald.extraConfig = ''
MaxRetentionSec=7days
'';
}