diff options
Diffstat (limited to 'tv/2configs/retiolum.nix')
-rw-r--r-- | tv/2configs/retiolum.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tv/2configs/retiolum.nix b/tv/2configs/retiolum.nix index 7179be570..ad1116d4f 100644 --- a/tv/2configs/retiolum.nix +++ b/tv/2configs/retiolum.nix @@ -1,6 +1,6 @@ { config, lib, pkgs, ... }: -with config.krebs.lib; +with import <stockholm/lib>; { krebs.tinc.retiolum = { @@ -10,7 +10,6 @@ with config.krebs.lib; "prism" "echelon" "cd" - "ire" ]; tincPackage = pkgs.tinc_pre; }; |