summaryrefslogtreecommitdiffstats
path: root/lass/2configs/websites/wohnprojekt-rhh.de.nix
blob: cd31450c5370a881cdd5fd3d269a4819a5954c1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ config, ... }:

{
  imports = [
    ../../3modules/static_nginx.nix
  ];

  lass.staticPage = {
    "wohnprojekt-rhh.de" = {};
  };
}