summaryrefslogtreecommitdiffstats
path: root/2configs/mattermost-docker.nix
diff options
context:
space:
mode:
Diffstat (limited to '2configs/mattermost-docker.nix')
-rw-r--r--2configs/mattermost-docker.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/2configs/mattermost-docker.nix b/2configs/mattermost-docker.nix
index a887a6a8f..0957036a2 100644
--- a/2configs/mattermost-docker.nix
+++ b/2configs/mattermost-docker.nix
@@ -1,6 +1,6 @@
{config, lib, ...}:
-with import <stockholm/lib>;
+with pkgs.stockholm.lib;
let
sec = toString <secrets>;
ssl_cert = "${sec}/wildcard.krebsco.de.crt";