Skip to content

Commit 9fcef39

Browse files
committed
chore: nixops no truncating logs journald
1 parent ec57990 commit 9fcef39

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nix/nixops.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ in {
118118
'';
119119
};
120120

121+
services.journald.rateLimitBurst = 0;
122+
services.journald.rateLimitInterval = "0";
123+
121124
networking.hosts = {
122125
"${nodes.server.config.networking.privateIPv4}" = [ "server" ];
123126
};

0 commit comments

Comments
 (0)