summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-10 15:30:13 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-10 15:30:13 +0200
commitb4ed223a7bcfe4954c78f16b264227e07b5a4661 (patch)
tree9c628b329bc4e4c32e77c80897b3d12dd8799275
parent3df1a9e41ab426ba90d360d5000ef3e7bd2d8474 (diff)
downloadnixos-b4ed223a7bcfe4954c78f16b264227e07b5a4661.tar
nixos-b4ed223a7bcfe4954c78f16b264227e07b5a4661.tar.gz
nixos-b4ed223a7bcfe4954c78f16b264227e07b5a4661.tar.bz2
nixos-b4ed223a7bcfe4954c78f16b264227e07b5a4661.tar.xz
nixos-b4ed223a7bcfe4954c78f16b264227e07b5a4661.zip
-rw-r--r--bragi.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/bragi.nix b/bragi.nix
index 45f300db..f41d44ea 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -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 };