fix: gonna default to the internal ip of each server

This commit is contained in:
silver 2023-01-25 09:07:53 +00:00
parent 07ff5dfbc7
commit 343b296ea5

View file

@ -16,7 +16,7 @@ let
ip_pub = "193.1.99.72";
ip_priv = "172.20.20.1";
# hostname = "${name}.skynet.ie";
hostname = ip_pub;
hostname = ip_priv;
in {
imports = [