Configure public-web-static host for Element Web hosting

Co-authored-by: julian <julian@jsts.xyz>
This commit is contained in:
yuri 2023-10-07 04:29:08 +02:00 committed by Jannes Grzebien
commit 02411bb800
8 changed files with 206 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{ ... }:
{
imports = [
./configuration.nix
./networking.nix
./nginx.nix
./virtualHosts
];
}