just update the git
This commit is contained in:
14
mods/syncthing.nix
Normal file
14
mods/syncthing.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ config, lib, pkgs, ... }: {
|
||||
|
||||
config = {
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
dataDir = "/home/takanashi";
|
||||
openDefaultPorts = true;
|
||||
configDir = "/home/takanashi/.config/syncthing";
|
||||
user = "takanashi";
|
||||
group = "users";
|
||||
guiAddress = "0.0.0.0:8384";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user