modules/nixos/system/common.nix: systemd

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-06-24 11:52:01 +03:00
parent 27f29769e2
commit efaae1a801

View File

@ -34,4 +34,12 @@
"sntrup761x25519-sha512@openssh.com"
];
};
services.journald.extraConfig = ''
SystemMaxUse=1G
'';
systemd.coredump.extraConfig = ''
Storage=none
ProcessSizeMax=0
'';
}