diff options
Diffstat (limited to 'hosts/cirrus/configuration.nix')
| -rw-r--r-- | hosts/cirrus/configuration.nix | 4 |
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"; }; }; }; |
