[NixOS] Enable relays and and local announce for syncthing
This commit is contained in:
parent
5fb8cb2795
commit
7409a3951f
@ -29,6 +29,10 @@ in
|
||||
devices = allDevices;
|
||||
};
|
||||
};
|
||||
options = {
|
||||
relaysEnabled = true;
|
||||
localAnnounceEnabled = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user