Configure public-web-static host for Element Web hosting
Co-authored-by: julian <julian@jsts.xyz>
This commit is contained in:
parent
3053eb9b2f
commit
02411bb800
8 changed files with 206 additions and 0 deletions
10
config/hosts/public-web-static/default.nix
Normal file
10
config/hosts/public-web-static/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./networking.nix
|
||||
./nginx.nix
|
||||
./virtualHosts
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue