some config tweaks/cleanup

This commit is contained in:
xqtc 2024-11-10 15:29:18 +01:00
parent 5a288b99f9
commit e4ef156f0d
Signed by: xqtc
GPG key ID: 2C064D095926D9D1
2 changed files with 6 additions and 6 deletions

View file

@ -5,7 +5,7 @@
...
}: {
services.syncthing = {
enable = true;
enable = false;
user = "xqtc";
dataDir = "/home/xqtc/syncthing";
overrideDevices = false;

View file

@ -1,7 +1,7 @@
{config, ...}: {
nix.gc = {
automatic = true;
dates = "daily";
options = "--delete-older-than 10d";
};
# nix.gc = {
# automatic = true;
# dates = "daily";
# options = "--delete-older-than 10d";
# };
}