added syncthing.guiAddress
This commit is contained in:
parent
d7983ac492
commit
2cd2106b9e
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ in
|
||||||
enable = lib.mkDefault true;
|
enable = lib.mkDefault true;
|
||||||
overrideDevices = lib.mkDefault true;
|
overrideDevices = lib.mkDefault true;
|
||||||
overrideFolders = lib.mkDefault true;
|
overrideFolders = lib.mkDefault true;
|
||||||
|
guiAddress = "0.0.0.0:8384";
|
||||||
passwordFile = config.sops.secrets."syncthing/password".path;
|
passwordFile = config.sops.secrets."syncthing/password".path;
|
||||||
settings = {
|
settings = {
|
||||||
gui.user = "willifan";
|
gui.user = "willifan";
|
||||||
|
|
Loading…
Add table
Reference in a new issue