treewide: Disable syncthing
Intending to redo this from scratch
This commit is contained in:
parent
1035d4cf6c
commit
99215ba9ca
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
"--gui-address=:8385"
|
"--gui-address=:8385"
|
||||||
"--home=/home/qenya/state/syncthing"
|
"--home=/home/qenya/state/syncthing"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
user = "qenya";
|
user = "qenya";
|
||||||
dataDir = "/data/syncthing";
|
dataDir = "/data/syncthing";
|
||||||
openDefaultPorts = true;
|
openDefaultPorts = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue