about summary refs log tree commit diff
path: root/nixos/tests/syncthing.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-07-28nixos/syncthing: add declarative.extraOptionsNaïm Favier1-2/+2
Allows setting arbitrary config options through the REST API. Also switches to the [new](https://docs.syncthing.net/rest/config.html) config endpoints.
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl1-1/+1
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2020-10-25nixos/tests/syncthing: Use curl --failScott Worley1-2/+2
2020-07-24nixos/tests: Add test for syncthingScott Worley1-0/+65