summaryrefslogtreecommitdiffstats
path: root/2configs/syncthing.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2023-07-02 16:05:52 +0200
committermakefu <github@syntax-fehler.de>2023-07-02 16:06:38 +0200
commit777a2fe7347e55450c63170db336cbe8518961bd (patch)
tree69fa95da7f3458b1e19cb6a54ed34a505147b5b3 /2configs/syncthing.nix
parentecfa5966701bbda871aca18ff81d2200f1990f88 (diff)
treewide: replace stockholm/lib with stockholm.lib
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;