Skip to content

Commit

Permalink
Update earlyoom.nix
Browse files Browse the repository at this point in the history
Removed trailing space
  • Loading branch information
kaindlnetwork authored Dec 9, 2024
1 parent 76d0068 commit 46439d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/system/earlyoom.nix
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ in
++ optionals cfg.enableNotifications [ "-n" ]
++ optionals (cfg.killHook != null) [ "-N ${escapeShellArg cfg.killHook}" ]
++ cfg.extraArgs);

AmbientCapabilities = [
"CAP_KILL"
"CAP_IPC_LOCK"
Expand Down

0 comments on commit 46439d2

Please sign in to comment.