add syncthing.nix module
This commit is contained in:
12
modules/syncthing.nix
Normal file
12
modules/syncthing.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
user = "blake";
|
||||
group = "blake";
|
||||
|
||||
# webui
|
||||
guiAddress = "0.0.0.0:2222";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user