diff options
| author | Grigory Shipunov | 2022-06-18 17:09:07 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-06-18 17:09:07 +0200 |
| commit | 7f7e6526674d47d22a0fd54f5e061e10a29d5bf7 (patch) | |
| tree | 86684739fd30cca427a59110d14a2640ce418114 /hosts/dishwasher | |
| parent | 3bfc835ebb63e232d67dd342af55e6da2a08d007 (diff) | |
set prefix size explicitly
Diffstat (limited to 'hosts/dishwasher')
| -rw-r--r-- | hosts/dishwasher/oxalab.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/dishwasher/oxalab.nix b/hosts/dishwasher/oxalab.nix index f7c3d1d..cae7943 100644 --- a/hosts/dishwasher/oxalab.nix +++ b/hosts/dishwasher/oxalab.nix @@ -26,7 +26,7 @@ networks."oxalab" = { matchConfig.Name = "oxalab"; networkConfig = { - Address = "10.66.66.100"; + Address = "10.66.66.100/32"; }; }; }; |
