hainich: added syncthing
This commit is contained in:
parent
dad94d6e0d
commit
c79c8413f2
1 changed files with 9 additions and 0 deletions
9
hosts/hainich/services/syncthing.nix
Normal file
9
hosts/hainich/services/syncthing.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
relay.enable = false;
|
||||
openDefaultPorts = true;
|
||||
guiAddress = "127.0.0.1:8384";
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue