Syncthing: Difference between revisions
imported>Me00001 m added missing space |
imported>Threddast mNo edit summary |
||
Line 59: | Line 59: | ||
</syntaxHighlight> | </syntaxHighlight> | ||
It is also a good idea to protect the web GUI with a username and password combination: | |||
<syntaxHighlight lang="nix"> | |||
services.syncthing.extraOptions.gui = { | |||
user = "username"; | |||
password = "password"; | |||
}; | |||
</syntaxHighlight> | |||
== home-manager service == | == home-manager service == | ||
https://github.com/nix-community/home-manager/blob/master/modules/services/syncthing.nix | https://github.com/nix-community/home-manager/blob/master/modules/services/syncthing.nix |