add lounge (internal website)
This commit is contained in:
@@ -21,6 +21,7 @@
|
|||||||
./taskchampion.nix
|
./taskchampion.nix
|
||||||
./topology.nix
|
./topology.nix
|
||||||
|
|
||||||
|
../../modules/lounge.nix
|
||||||
../../modules/unbound.nix
|
../../modules/unbound.nix
|
||||||
../../modules/unbound-auth.nix
|
../../modules/unbound-auth.nix
|
||||||
../../system
|
../../system
|
||||||
|
|||||||
7
modules/lounge.nix
Normal file
7
modules/lounge.nix
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
services.nginx.virtualHosts."lounge.home.rpqt.fr" = {
|
||||||
|
useACMEHost = "home.rpqt.fr";
|
||||||
|
forceSSL = true;
|
||||||
|
root = "/var/www/lounge";
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -13,6 +13,7 @@ let
|
|||||||
"glance"
|
"glance"
|
||||||
"grafana"
|
"grafana"
|
||||||
"images"
|
"images"
|
||||||
|
"lounge"
|
||||||
"pinchflat"
|
"pinchflat"
|
||||||
"rss"
|
"rss"
|
||||||
"tw"
|
"tw"
|
||||||
|
|||||||
Reference in New Issue
Block a user