7 lines
152 B
Nix
7 lines
152 B
Nix
{ ... }: {
|
|
services.syncthing = {
|
|
enable = true;
|
|
openDefaultPorts = true;
|
|
settings = { gui = { insecureSkipHostcheck = true; }; };
|
|
};
|
|
}
|