gimme yarn
This commit is contained in:
parent
21b3a32d90
commit
7dc03182a4
6 changed files with 43 additions and 14 deletions
9
system/web-server/ksh-map.nix
Normal file
9
system/web-server/ksh-map.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.nginx.virtualHosts."karte.nichtzudritt.de" = {
|
||||
addSSL = true;
|
||||
enableACME = true;
|
||||
root = "/var/www/ksh-map/dist";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue