mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 22:13:56 -05:00
syncthing: disable default ~/Sync folder
This commit is contained in:
parent
83e283574d
commit
819ea712fe
|
@ -28,6 +28,7 @@
|
|||
};
|
||||
|
||||
config = lib.mkIf config.alyraffauf.services.syncthing.enable {
|
||||
systemd.services.syncthing.environment.STNODEFAULTFOLDER = "true";
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
openDefaultPorts = true;
|
||||
|
|
Loading…
Reference in a new issue