diff options
-rw-r--r-- | krebs/3modules/tinc.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/3modules/tinc.nix b/krebs/3modules/tinc.nix index 8af15c13b..0fd0a35bc 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; |