{ config, pkgs, ... }:

{
  networking = {
    hostName = "public-reverse-proxy";
    domain = "z9.ccchh.net";
  };

  system.stateVersion = "23.05";
}