forked from the-distro/infra
Give wob-vpn-gw a proper hostname
This commit is contained in:
parent
a9f45daac8
commit
254e161c07
|
@ -104,6 +104,9 @@
|
||||||
|
|
||||||
networking.defaultGateway6 = { interface = "uplink"; address = "2a01:584:11::1"; };
|
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";
|
deployment.targetHost = "2a01:584:11::2";
|
||||||
|
|
||||||
bagel.sysadmin.enable = true;
|
bagel.sysadmin.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue