summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--krebs/3modules/tinc.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/3modules/tinc.nix b/krebs/3modules/tinc.nix
index 8af15c13..0fd0a35b 100644
--- a/krebs/3modules/tinc.nix
+++ b/krebs/3modules/tinc.nix
@@ -1,6 +1,7 @@
{ config, pkgs, lib, ... }:
with import <stockholm/lib>;
let
+ inherit (import <stockholm/lib>) types;
out = {
options.krebs.tinc = api;
config = imp;