diff options
author | lassulus <lass@aidsballs.de> | 2016-05-31 23:26:35 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-05-31 23:36:07 +0200 |
commit | 80e50fd8a05192faaf0e6f87faa3ea9c0313aa32 (patch) | |
tree | 263664a0cc73b31add999a02cad9d56042722269 /lass/1systems/prism.nix | |
parent | cc938e61f8d86b2554509a748fc455f0157f9cf7 (diff) |
l: move websites libs to 2/websites/util
Diffstat (limited to 'lass/1systems/prism.nix')
-rw-r--r-- | lass/1systems/prism.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lass/1systems/prism.nix b/lass/1systems/prism.nix index b9542bc8e..c83f198cb 100644 --- a/lass/1systems/prism.nix +++ b/lass/1systems/prism.nix @@ -3,8 +3,9 @@ let ip = config.krebs.build.host.nets.internet.ip4.addr; - inherit (import ../../4lib { inherit lib pkgs; }) - manageCerts; + inherit (import <stockholm/lass/2configs/websites/util.nix> {inherit lib pkgs;}) + manageCerts + ; in { imports = [ |