summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGrigory Shipunov2022-07-02 14:59:25 +0200
committerGrigory Shipunov2022-07-02 14:59:25 +0200
commit009945a5eaef4bb2f7bbe0f739e80a2b788e01d6 (patch)
tree19ae302cd4c65a19f25ee37cb6d47f58a5acc15b /hosts
parenta44af12975e0868373ab7d292356156e8601883a (diff)
cirrus: use static IP
Diffstat (limited to 'hosts')
-rw-r--r--hosts/cirrus/configuration.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/cirrus/configuration.nix b/hosts/cirrus/configuration.nix
index 6b0ba45..a8077dc 100644
--- a/hosts/cirrus/configuration.nix
+++ b/hosts/cirrus/configuration.nix
@@ -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";
};
};
};