stuff
This commit is contained in:
parent
13b65f8acd
commit
f2ed82ad3f
2 changed files with 4 additions and 5 deletions
common
|
@ -1,9 +1,11 @@
|
|||
{
|
||||
{config, ...}: let
|
||||
inherit (config.networking) hostname;
|
||||
in {
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
systemService = true;
|
||||
openDefaultPorts = true;
|
||||
guiAddress = "0.0.0.0:4000";
|
||||
guiAddress = "${hostname}.tailnet.helveticanonstandard.net:4000";
|
||||
overrideDevices = false;
|
||||
overrideFolders = false;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue