update syncthing
This commit is contained in:
parent
3eb18850e2
commit
5293c1b149
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ config, pkgs, inputs, ... }:
|
||||
{
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
user = "cyryl";
|
||||
dataDir = "/home/cyryl/.syncthing";
|
||||
openDefaultPorts = true;
|
||||
package = inputs.nixpkgs-nixos-unstable.legacyPackages."x86_64-linux".syncthing;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue