summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-10-02 10:08:52 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2017-10-02 10:08:52 +0200
commitc94c75ed81314a07556222ed63a2a6b960c5a055 (patch)
tree1f496e96ec1721c4c166dc245584b5876d55a6f0
parent3d9a35dc4f4d0a7f4a8e774bdb50d84036a07f51 (diff)
downloadnixos-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.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/ymir.nix b/ymir.nix
index 2138e3d2..a8be4955 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -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;