Merge pull request #37272 from erictapen/manual-networking

nixos/manual: fixed example config for networking.interfaces
This commit is contained in:
Sarah Brofeldt 2018-03-18 17:50:37 +01:00 committed by GitHub
commit 45241c5cd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -489,7 +489,7 @@ in
networking.interfaces = mkOption {
default = {};
example =
{ eth0.ipv4 = [ {
{ eth0.ipv4.addresses = [ {
address = "131.211.84.78";
prefixLength = 25;
} ];