Merge branch 'main' of forgejo.helveticanonstandard.net:helvetica/puter

This commit is contained in:
Lukas Wurzinger 2025-04-09 00:46:26 +02:00
commit a22c5751d4
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View file

@ -2,6 +2,6 @@
nix.gc = { nix.gc = {
automatic = true; automatic = true;
dates = "daily"; dates = "daily";
options = "--delete-older-than 1w"; options = "--delete-older-than 7d";
}; };
} }

View file

@ -0,0 +1,3 @@
{lib, ...}: {
services.syncthing.enable = lib.mkForce false;
}