cirrus: use static IP
This commit is contained in:
parent
a44af12975
commit
009945a5ea
1 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,9 @@
|
||||||
networks."uplink" = {
|
networks."uplink" = {
|
||||||
matchConfig = { Name = "enp1s0"; };
|
matchConfig = { Name = "enp1s0"; };
|
||||||
networkConfig = {
|
networkConfig = {
|
||||||
DHCP = "yes"; # hetzner suggests this as default
|
Address = "95.216.166.21/32";
|
||||||
|
Gateway = "172.31.1.1";
|
||||||
|
DNS = "1.1.1.1";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue