diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-10 15:30:13 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-10 15:30:13 +0200 |
| commit | b4ed223a7bcfe4954c78f16b264227e07b5a4661 (patch) | |
| tree | 9c628b329bc4e4c32e77c80897b3d12dd8799275 | |
| parent | 3df1a9e41ab426ba90d360d5000ef3e7bd2d8474 (diff) | |
| download | nixos-b4ed223a7bcfe4954c78f16b264227e07b5a4661.tar nixos-b4ed223a7bcfe4954c78f16b264227e07b5a4661.tar.gz nixos-b4ed223a7bcfe4954c78f16b264227e07b5a4661.tar.bz2 nixos-b4ed223a7bcfe4954c78f16b264227e07b5a4661.tar.xz nixos-b4ed223a7bcfe4954c78f16b264227e07b5a4661.zip | |
…
| -rw-r--r-- | bragi.nix | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -228,8 +228,7 @@ in rec { | |||
| 228 | "enp1s0" = { | 228 | "enp1s0" = { |
| 229 | useDHCP = false; | 229 | useDHCP = false; |
| 230 | ipv4.adresses = [ | 230 | ipv4.adresses = [ |
| 231 | address = "10.141.4.1"; | 231 | { address = "10.141.4.1"; prefixLength = 24; } |
| 232 | prefixLength = 24; | ||
| 233 | ]; | 232 | ]; |
| 234 | }; | 233 | }; |
| 235 | }; | 234 | }; |
