push
This commit is contained in:
4
main.nix
4
main.nix
@@ -280,11 +280,13 @@ in
|
|||||||
|
|
||||||
syncthing = {
|
syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
key = "~/.syncthing/key.pem";
|
key = "~/.syncthing/key.pem";
|
||||||
cert = "~/.syncthing/cert.pem";
|
cert = "~/.syncthing/cert.pem";
|
||||||
|
|
||||||
extraFlags = [ "--no-default-folder" ];
|
extraFlags = [ "--no-default-folder" ];
|
||||||
|
|
||||||
|
openDefaultPorts = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
devices = if desktop then {
|
devices = if desktop then {
|
||||||
|
|||||||
Reference in New Issue
Block a user