diff options
author | lassulus <lass@aidsballs.de> | 2016-04-13 16:32:04 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-04-13 16:32:04 +0200 |
commit | de6e888da9ed85ebbe35fa23569fbd8617734798 (patch) | |
tree | 255d8ab908096a56f0a492e8f400677576bcad32 /lass/2configs/websites/wohnprojekt-rhh.de.nix | |
parent | 4c4ac83e1fb21611e947c40d612d51bbab91257e (diff) |
l websites: use lists in helpers
Diffstat (limited to 'lass/2configs/websites/wohnprojekt-rhh.de.nix')
-rw-r--r-- | lass/2configs/websites/wohnprojekt-rhh.de.nix | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/lass/2configs/websites/wohnprojekt-rhh.de.nix b/lass/2configs/websites/wohnprojekt-rhh.de.nix index 4e3eb071a..858054531 100644 --- a/lass/2configs/websites/wohnprojekt-rhh.de.nix +++ b/lass/2configs/websites/wohnprojekt-rhh.de.nix @@ -3,16 +3,13 @@ let inherit (config.krebs.lib) genid; inherit (import ../../4lib { inherit lib pkgs; }) - manageCert - activateACME ssl - servePage - serveOwncloud; + servePage; in { imports = [ - ( ssl "wohnprojekt-rhh.de" ) - ( servePage "wohnprojekt-rhh.de" ) + ( ssl [ "wohnprojekt-rhh.de" ]) + ( servePage [ "wohnprojekt-rhh.de" ]) ]; users.users.laura = { |