add lounge (internal website)
This commit is contained in:
parent
e672fe13f9
commit
fcc5d5a614
3 changed files with 9 additions and 0 deletions
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"
|
||||
"grafana"
|
||||
"images"
|
||||
"lounge"
|
||||
"pinchflat"
|
||||
"rss"
|
||||
"tw"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue