Merge branch 'main' of forgejo.helveticanonstandard.net:helvetica/puter
This commit is contained in:
commit
a22c5751d4
|
@ -2,6 +2,6 @@
|
|||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "daily";
|
||||
options = "--delete-older-than 1w";
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
}
|
||||
|
|
3
hosts/headful/work/syncthing.nix
Normal file
3
hosts/headful/work/syncthing.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{lib, ...}: {
|
||||
services.syncthing.enable = lib.mkForce false;
|
||||
}
|
Loading…
Reference in a new issue