ref: cleanup

This commit is contained in:
Katharina Heidenreich 2026-03-13 19:51:29 +01:00
parent 0f3ccffd4d
commit 326f4f7f19
7 changed files with 5 additions and 34 deletions

View file

@ -22,9 +22,9 @@ in {
TZ = "Europe/Berlin";
};
extraOptions = [
"--memory=512m" # Limit container to 512MB RAM
"--memory-swap=512m" # Disable swap usage
"--cpus=1" # Limit to 1 CPU core
"--memory=512m"
"--memory-swap=512m"
"--cpus=1"
];
autoStart = true;
};