diff options
| author | Grigory Shipunov | 2022-07-25 20:30:41 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-07-25 20:30:41 +0200 |
| commit | fb8dc517881b1207f4d0f1f45b4c6692626654f5 (patch) | |
| tree | 7b1715c185111e82af0b2e43a6c85e7f37f8d13b /hosts | |
| parent | 3dbca052b651a59750a3fa2cd0466e2416e0cbbc (diff) | |
production changes
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/cirrus/configuration.nix | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/hosts/cirrus/configuration.nix b/hosts/cirrus/configuration.nix index a8077dc..56996f7 100644 --- a/hosts/cirrus/configuration.nix +++ b/hosts/cirrus/configuration.nix @@ -23,9 +23,17 @@ matchConfig = { Name = "enp1s0"; }; networkConfig = { Address = "95.216.166.21/32"; - Gateway = "172.31.1.1"; DNS = "1.1.1.1"; }; + routes = [ + { + routeConfig = { + Gateway = "172.31.1.1"; + GatewayOnLink = true; + Destination = "0.0.0.0/0"; + }; + } + ]; }; }; |
