mirror of
https://codeberg.org/mtxyz/nixconf.git
synced 2024-11-12 19:32:35 +00:00
Adds syncthing to sol.
This commit is contained in:
parent
a39070d3a0
commit
a0443c7ee2
1 changed files with 9 additions and 0 deletions
|
@ -4,4 +4,13 @@
|
|||
private = false;
|
||||
minimal = false;
|
||||
};
|
||||
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
|
||||
# Run syncthing on private unix socket.
|
||||
extraOptions = [
|
||||
"--gui-address=unix://%t/syncthing.sock"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue