mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 21:38:18 +00:00
Merge pull request #37272 from erictapen/manual-networking
nixos/manual: fixed example config for networking.interfaces
This commit is contained in:
commit
45241c5cd1
@ -489,7 +489,7 @@ in
|
||||
networking.interfaces = mkOption {
|
||||
default = {};
|
||||
example =
|
||||
{ eth0.ipv4 = [ {
|
||||
{ eth0.ipv4.addresses = [ {
|
||||
address = "131.211.84.78";
|
||||
prefixLength = 25;
|
||||
} ];
|
||||
|
Loading…
Reference in New Issue
Block a user