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:
parent
5a288b99f9
commit
e4ef156f0d
|
@ -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;
|
||||||
|
|
10
hosts/gc.nix
10
hosts/gc.nix
|
@ -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";
|
||||||
};
|
# };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue