summaryrefslogtreecommitdiffstats
path: root/lass/2configs/websites
diff options
context:
space:
mode:
authorlassulus <lass@lassul.us>2017-02-13 09:44:18 +0100
committerlassulus <lass@lassul.us>2017-02-13 09:44:18 +0100
commitbfcf167c38925f5e12619d7afe8565d7df03194b (patch)
tree2ab62347acb5aaa26eebe6a488b392814094e90b /lass/2configs/websites
parentbaf325a8d8542dd6fef6cc7b97fd3211c5b174f5 (diff)
l: remove obsolete page
Diffstat (limited to 'lass/2configs/websites')
-rw-r--r--lass/2configs/websites/wohnprojekt-rhh.de.nix23
1 files changed, 0 insertions, 23 deletions
diff --git a/lass/2configs/websites/wohnprojekt-rhh.de.nix b/lass/2configs/websites/wohnprojekt-rhh.de.nix
deleted file mode 100644
index 0c409ca8..00000000
--- a/lass/2configs/websites/wohnprojekt-rhh.de.nix
+++ /dev/null
@@ -1,23 +0,0 @@
-{ config, pkgs, lib, ... }:
-
-let
- inherit (import <stockholm/lib>)
- genid
- ;
- inherit (import <stockholm/lass/2configs/websites/util.nix> {inherit lib pkgs;})
- ssl
- servePage
- ;
-in {
- imports = [
- ( ssl [ "wohnprojekt-rhh.de" ])
- ( servePage [ "wohnprojekt-rhh.de" ])
- ];
-
- users.users.laura = {
- home = "/srv/http/wohnprojekt-rhh.de";
- createHome = true;
- useDefaultShell = true;
- };
-}
-