add keycloak container

This commit is contained in:
Tony Boston 2021-10-02 19:59:31 +02:00
parent 5a059ca435
commit fd876cceeb
1 changed files with 9 additions and 0 deletions

View File

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