forked from colonelpanic/dotfiles
[NixOS] Enable relays and and local announce for syncthing
This commit is contained in:
@@ -29,6 +29,10 @@ in
|
|||||||
devices = allDevices;
|
devices = allDevices;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
options = {
|
||||||
|
relaysEnabled = true;
|
||||||
|
localAnnounceEnabled = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user