gc: Enable on servers with gcroot cleanup only

This commit is contained in:
SebastianStork 2026-01-10 14:37:44 +01:00
parent b41d8bee99
commit c6b56d87ff
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
4 changed files with 30 additions and 3 deletions

View file

@ -25,6 +25,11 @@
boot.loader.systemd-boot.enable = true;
services = {
gc = {
enable = true;
onlyCleanRoots = true;
};
tailscale = {
enable = true;
exitNode.enable = true;