diff options
| -rw-r--r-- | bragi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -170,7 +170,7 @@ | |||
| 170 | proxyARP = true; | 170 | proxyARP = true; |
| 171 | useDHCP = false; | 171 | useDHCP = false; |
| 172 | ipAddress = "10.141.4.1"; | 172 | ipAddress = "10.141.4.1"; |
| 173 | prefixLength = "24"; | 173 | prefixLength = 24; |
| 174 | }; | 174 | }; |
| 175 | }; | 175 | }; |
| 176 | 176 | ||
