]> git.scottworley.com Git - syncthing-autoregister/blobdiff - tests/automatic-enrollment.nix
No default path
[syncthing-autoregister] / tests / automatic-enrollment.nix
index 9577510d0a1eab9201379f2cec86043cf6bd3971..870e6ee873801927abf0bacb17ac144fe35c3387 100644 (file)
@@ -11,6 +11,7 @@ import <nixpkgs/nixos/tests/make-test-python.nix> ({ pkgs, lib, ... }:
           openDefaultPorts = true;
           autoRegister = {
             enable = true;
+            path = "/tmp/syncthing-auto-register-test-device-ids.nix";
           };
         };
         environment.systemPackages = with pkgs; [ nix ];