summaryrefslogtreecommitdiffstats
path: root/lass/2configs/websites/wohnprojekt-rhh.de.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lass/2configs/websites/wohnprojekt-rhh.de.nix')
-rw-r--r--lass/2configs/websites/wohnprojekt-rhh.de.nix9
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 4e3eb071..85805453 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 = {