fix ip for keycloak

This commit is contained in:
Tony Boston 2021-10-02 20:48:55 +02:00
parent 2585efb6f4
commit 9ce399de42
1 changed files with 1 additions and 1 deletions

View File

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