fixing syncthing

This commit is contained in:
Ingolf Wagner 2022-01-18 20:20:56 +01:00
commit dd75b61992
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
3 changed files with 20 additions and 14 deletions
nixos/modules/system

View file

@ -78,8 +78,8 @@ in
find "$ROOT_PATH" -type f -exec chmod "$FILE_MODE" {} +
'';
PrivateTmp = true;
Restart = "always";
RestartSec = 10;
#Restart = "always";
#RestartSec = 10;
UMask = umask;
};
wantedBy = [ "multi-user.target" ];