mirror of
https://git.gay/xqtc/nixos-config
synced 2025-01-30 22:00:47 +01:00
some config tweaks/cleanup
This commit is contained in:
parent
5a288b99f9
commit
e4ef156f0d
|
@ -5,7 +5,7 @@
|
|||
...
|
||||
}: {
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
user = "xqtc";
|
||||
dataDir = "/home/xqtc/syncthing";
|
||||
overrideDevices = false;
|
||||
|
|
10
hosts/gc.nix
10
hosts/gc.nix
|
@ -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";
|
||||
# };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue