Give wob-vpn-gw a proper hostname

This commit is contained in:
Ilya K 2024-07-10 15:34:05 +03:00
parent a9f45daac8
commit 254e161c07

View file

@ -104,6 +104,9 @@
networking.defaultGateway6 = { interface = "uplink"; address = "2a01:584:11::1"; };
networking.hostName = "vpn-gw";
networking.domain = "wob01.infra.forkos.org";
deployment.targetHost = "2a01:584:11::2";
bagel.sysadmin.enable = true;