diff options
author | lassulus <lassulus@lassul.us> | 2017-10-02 17:57:05 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-10-02 17:57:05 +0200 |
commit | fdcaa8de73138d590a3702de2f3c3bd1cfacfc40 (patch) | |
tree | 8de2b5cf216097837cc61f46cfcb99b81a31b1d2 /krebs | |
parent | ea793ecf797f82dce0b70d0eb5b268f5326ba79b (diff) |
krebs.tinc: import types explicitly
Diffstat (limited to 'krebs')
-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; |