feat: add syncthing
This commit is contained in:
parent
608dd81dc1
commit
ce2b2501a1
3 changed files with 24 additions and 0 deletions
|
|
@ -78,6 +78,7 @@
|
|||
./services.nix
|
||||
./shell.nix
|
||||
./steam.nix
|
||||
./syncthing.nix
|
||||
./udisks2.nix
|
||||
./unfree.nix
|
||||
./virtualisation.nix
|
||||
|
|
|
|||
13
modules/syncthing.nix
Normal file
13
modules/syncthing.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ ... }: {
|
||||
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
openDefaultPorts = true;
|
||||
|
||||
user = "gandalf";
|
||||
dataDir = "/home/gandalf";
|
||||
|
||||
overrideFolders = true;
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue