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/2configs/websites/wohnprojekt-rhh.de.nix | |
parent | cc938e61f8d86b2554509a748fc455f0157f9cf7 (diff) |
l: move websites libs to 2/websites/util
Diffstat (limited to 'lass/2configs/websites/wohnprojekt-rhh.de.nix')
-rw-r--r-- | lass/2configs/websites/wohnprojekt-rhh.de.nix | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lass/2configs/websites/wohnprojekt-rhh.de.nix b/lass/2configs/websites/wohnprojekt-rhh.de.nix index 858054531..fb1a58109 100644 --- a/lass/2configs/websites/wohnprojekt-rhh.de.nix +++ b/lass/2configs/websites/wohnprojekt-rhh.de.nix @@ -1,11 +1,13 @@ { config, pkgs, lib, ... }: let - inherit (config.krebs.lib) genid; - inherit (import ../../4lib { inherit lib pkgs; }) + inherit (import <stockholm/krebs/4lib> { config = {}; inherit lib; }) + genid + ; + inherit (import <stockholm/lass/2configs/websites/util.nix> {inherit lib pkgs;}) ssl - servePage; - + servePage + ; in { imports = [ ( ssl [ "wohnprojekt-rhh.de" ]) |