diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-10-02 10:08:52 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-10-02 10:08:52 +0200 |
| commit | c94c75ed81314a07556222ed63a2a6b960c5a055 (patch) | |
| tree | 1f496e96ec1721c4c166dc245584b5876d55a6f0 | |
| parent | 3d9a35dc4f4d0a7f4a8e774bdb50d84036a07f51 (diff) | |
| download | nixos-c94c75ed81314a07556222ed63a2a6b960c5a055.tar nixos-c94c75ed81314a07556222ed63a2a6b960c5a055.tar.gz nixos-c94c75ed81314a07556222ed63a2a6b960c5a055.tar.bz2 nixos-c94c75ed81314a07556222ed63a2a6b960c5a055.tar.xz nixos-c94c75ed81314a07556222ed63a2a6b960c5a055.zip | |
Don't try to configure IPv4 statically
| -rw-r--r-- | ymir.nix | 5 |
1 files changed, 0 insertions, 5 deletions
| @@ -162,11 +162,6 @@ in rec { | |||
| 162 | defaultGateway6 = "fe80::1"; | 162 | defaultGateway6 = "fe80::1"; |
| 163 | interfaces."ens3" = { | 163 | interfaces."ens3" = { |
| 164 | useDHCP = true; | 164 | useDHCP = true; |
| 165 | ip4 = [ | ||
| 166 | { address = "188.68.51.254"; | ||
| 167 | prefixLength = 22; | ||
| 168 | } | ||
| 169 | ]; | ||
| 170 | ip6 = [ | 165 | ip6 = [ |
| 171 | { address = "2a03:4000:6:d004::"; | 166 | { address = "2a03:4000:6:d004::"; |
| 172 | prefixLength = 64; | 167 | prefixLength = 64; |
