summaryrefslogtreecommitdiffstats
path: root/2configs/deployment/mycube.connector.one.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-10-20 20:54:38 +0200
committertv <tv@krebsco.de>2016-10-20 20:54:38 +0200
commit7ad18863c39d3f5ee1f36ffadb8212b6f477c2a2 (patch)
treec50c277b4e6388a40322c66236f7463dbb98d1d6 /2configs/deployment/mycube.connector.one.nix
parentff8aa5a1b9819688294bd39c2068df3d36d6ea46 (diff)
drop config.krebs.lib
Diffstat (limited to '2configs/deployment/mycube.connector.one.nix')
-rw-r--r--2configs/deployment/mycube.connector.one.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/2configs/deployment/mycube.connector.one.nix b/2configs/deployment/mycube.connector.one.nix
index 8f51c91dd..2877d2227 100644
--- a/2configs/deployment/mycube.connector.one.nix
+++ b/2configs/deployment/mycube.connector.one.nix
@@ -1,6 +1,6 @@
{ config, lib, pkgs, ... }:
# more than just nginx config but not enough to become a module
-with config.krebs.lib;
+with import <stockholm/lib>;
let
hostname = config.krebs.build.host.name;
external-ip = config.krebs.build.host.nets.internet.ip4.addr;