Merge pull request #37272 from erictapen/manual-networking

nixos/manual: fixed example config for networking.interfaces

authored by

Sarah Brofeldt and committed by
GitHub
45241c5c 7a263b9a

+1 -1
+1 -1
nixos/modules/tasks/network-interfaces.nix
··· 489 489 networking.interfaces = mkOption { 490 490 default = {}; 491 491 example = 492 - { eth0.ipv4 = [ { 492 + { eth0.ipv4.addresses = [ { 493 493 address = "131.211.84.78"; 494 494 prefixLength = 25; 495 495 } ];