configuration
common
backup.nix
default.nix
initrd.nix
locale.nix
networking.nix
nix.nix
programs.nix
ssh.nix
systemd.nix
user.nix
web.nix
desktop
dn42
gpg-ssh
hydra-build-machine
router
flake
hosts
lib
modules
pkgs
profiles
users
.gitignore
README.md
flake.lock
flake.nix
10 lines
85 B
Nix
10 lines
85 B
Nix
{ ... }:
|
|
|
|
{
|
|
|
|
services.journald.extraConfig = ''
|
|
MaxRetentionSec=7days
|
|
'';
|
|
|
|
}
|