mirror of
https://github.com/elitak/nixos-infect.git
synced 2024-11-23 02:42:53 +03:00
Merge pull request #22 from obadz/patch-4
missed one more usage of the old configuration keys
This commit is contained in:
commit
71c326e7a8
@ -80,10 +80,10 @@ EOF
|
||||
defaultGateway6 = "${gateway6}";
|
||||
interfaces = {
|
||||
$eth0_name = {
|
||||
ip4 = [$(for a in "${eth0_ip4s[@]}"; do echo -n "
|
||||
ipv4.addresses = [$(for a in "${eth0_ip4s[@]}"; do echo -n "
|
||||
$a"; done)
|
||||
];
|
||||
ip6 = [$(for a in "${eth0_ip6s[@]}"; do echo -n "
|
||||
ipv6.addresses = [$(for a in "${eth0_ip6s[@]}"; do echo -n "
|
||||
$a"; done)
|
||||
];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user