hosts/artemis: update earlyoom
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m22s

This commit is contained in:
2025-07-26 17:37:32 +01:00
parent 7330621bfe
commit 845ec96991

View File

@@ -1,5 +1,6 @@
{
inputs,
config,
lib,
pkgs,
...
@@ -53,9 +54,16 @@ in
extraArgs = [
"-M"
"409600,307200"
"-S"
"409600,307200"
];
]
++ (
if config.swapDevices.zramSwap.enable or false then
[
"-S"
"409600,307200"
]
else
[ ]
);
};
services.sunshine = {