Configure Public-Reverse-Proxy

This commit is contained in:
June 2023-09-14 22:12:38 +02:00
parent 30b4139d23
commit cd13c189b1
4 changed files with 95 additions and 0 deletions
config/hosts/public-reverse-proxy

View file

@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
networking.hostName = "public-reverse-proxy";
system.stateVersion = "23.05";
}