summaryrefslogtreecommitdiffstats
path: root/2configs/syncthing.nix
diff options
context:
space:
mode:
Diffstat (limited to '2configs/syncthing.nix')
-rw-r--r--2configs/syncthing.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/2configs/syncthing.nix b/2configs/syncthing.nix
index bc7413a0a..0615f06e2 100644
--- a/2configs/syncthing.nix
+++ b/2configs/syncthing.nix
@@ -1,6 +1,6 @@
{ config, ... }:
-with import <stockholm/lib>; {
+with pkgs.stockholm.lib; {
services.syncthing = {
enable = true;
openDefaultPorts = true;