diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-16 19:38:07 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-16 19:38:07 +0200 |
| commit | a2c7413dc1087353509eb0a9e20f58890491ba7c (patch) | |
| tree | 5d4f0abb33846239e4964e24a6055625cc2f5b5d | |
| parent | 42a0ebba1aa51c69fecf3f0c85a18257fcb871da (diff) | |
| download | nixos-a2c7413dc1087353509eb0a9e20f58890491ba7c.tar nixos-a2c7413dc1087353509eb0a9e20f58890491ba7c.tar.gz nixos-a2c7413dc1087353509eb0a9e20f58890491ba7c.tar.bz2 nixos-a2c7413dc1087353509eb0a9e20f58890491ba7c.tar.xz nixos-a2c7413dc1087353509eb0a9e20f58890491ba7c.zip | |
prefixLength should be int
| -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 | ||
