fix hostName for keycloak

This commit is contained in:
Tony Boston 2021-10-02 20:26:57 +02:00
parent fd876cceeb
commit 2585efb6f4
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
{
networking.hostName = "mail";
networking.hostName = "keycloak";
networking.useNetworkd = true;
networking.interfaces.eth0.ipv4.addresses = [{
address = "172.20.73.59";
address = "176.20.73.59";
prefixLength = 26;
}];
networking.defaultGateway = "172.20.73.1";