cirrus: use static IP

This commit is contained in:
Grigory Shipunov 2022-07-02 14:59:25 +02:00
parent a44af12975
commit 009945a5ea
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -22,7 +22,9 @@
networks."uplink" = {
matchConfig = { Name = "enp1s0"; };
networkConfig = {
DHCP = "yes"; # hetzner suggests this as default
Address = "95.216.166.21/32";
Gateway = "172.31.1.1";
DNS = "1.1.1.1";
};
};
};