nix(t14): enable+configure syncthing
This commit is contained in:
parent
6ae8c2003e
commit
bac5f3e9e7
@ -333,6 +333,16 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
syncthing = {
|
||||||
|
enable = true;
|
||||||
|
openDefaultPorts = true;
|
||||||
|
dataDir = "/home/mko/sync";
|
||||||
|
configDir = "/home/mko/.config/syncthing";
|
||||||
|
user = "mko";
|
||||||
|
group = "mko";
|
||||||
|
guiAddress = "127.0.0.1:8384";
|
||||||
|
};
|
||||||
|
|
||||||
# TS is enabled in the imported module, this is additional config.
|
# TS is enabled in the imported module, this is additional config.
|
||||||
tailscale = {
|
tailscale = {
|
||||||
useRoutingFeatures = "both";
|
useRoutingFeatures = "both";
|
||||||
|
Loading…
Reference in New Issue
Block a user