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 = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
user = "cyryl";
|
user = "cyryl";
|
||||||
dataDir = "/home/cyryl/.syncthing";
|
dataDir = "/home/cyryl/.syncthing";
|
||||||
openDefaultPorts = true;
|
openDefaultPorts = true;
|
||||||
|
package = inputs.nixpkgs-nixos-unstable.legacyPackages."x86_64-linux".syncthing;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue