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 52bd26e615
commit ea29eefd79

View File

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