X-Git-Url: http://git.scottworley.com/syncthing-autoregister/blobdiff_plain/7fb0951bc9caf6bd5cf71439638beea3499a0acc..64eaba73071fd33f2c824b9d5bc38f3a113eeb90:/tests/automatic-enrollment.nix diff --git a/tests/automatic-enrollment.nix b/tests/automatic-enrollment.nix index 9577510..870e6ee 100644 --- a/tests/automatic-enrollment.nix +++ b/tests/automatic-enrollment.nix @@ -11,6 +11,7 @@ import ({ pkgs, lib, ... }: openDefaultPorts = true; autoRegister = { enable = true; + path = "/tmp/syncthing-auto-register-test-device-ids.nix"; }; }; environment.systemPackages = with pkgs; [ nix ];