Configure Public-Reverse-Proxy
This commit is contained in:
parent
30b4139d23
commit
cd13c189b1
4 changed files with 95 additions and 0 deletions
config/hosts/public-reverse-proxy
7
config/hosts/public-reverse-proxy/configuration.nix
Normal file
7
config/hosts/public-reverse-proxy/configuration.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
networking.hostName = "public-reverse-proxy";
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue