Add syncthing

This commit is contained in:
Sridhar Ratnakumar 2025-07-02 14:51:52 -04:00
parent 496ad1ef10
commit 1597e18d9f
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,20 @@
{
services.syncthing = {
enable = true;
# Optional: Configure settings
settings = {
gui = {
theme = "dark";
insecureAdminAccess = false;
};
options = {
urAccepted = -1; # Disable usage reporting
crashReportingEnabled = false;
announceEnabled = true;
localAnnounceEnabled = true;
relaysEnabled = true;
};
};
};
}

View file

@ -17,5 +17,7 @@
./all/juspay.nix
./all/_1password.nix
./all/syncthing.nix
];
}