1
0
Fork 0
mirror of https://git.gay/xqtc/nixos-config synced 2025-02-22 22:37:50 +01:00

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 = { services.syncthing = {
enable = true; enable = false;
user = "xqtc"; user = "xqtc";
dataDir = "/home/xqtc/syncthing"; dataDir = "/home/xqtc/syncthing";
overrideDevices = false; overrideDevices = false;

View file

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