stuff
This commit is contained in:
parent
2828cef769
commit
a83edc4042
11 changed files with 73 additions and 149 deletions
10
common/syncthing.nix
Normal file
10
common/syncthing.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
systemService = true;
|
||||
openDefaultPorts = true;
|
||||
guiAddress = "localhost:4000";
|
||||
overrideDevices = false;
|
||||
overrideFolders = false;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue