mirror of
https://github.com/elitak/nixos-infect.git
synced 2024-11-01 00:29:57 +03:00
missing curly bracket
This commit is contained in:
parent
d9838775dc
commit
c4ad5a3a13
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ makeNetworkingConf() {
|
||||||
ipv6.addresses = [$(for a in "${eth1_ip6s[@]}"; do echo -n "
|
ipv6.addresses = [$(for a in "${eth1_ip6s[@]}"; do echo -n "
|
||||||
$a"; done)
|
$a"; done)
|
||||||
];
|
];
|
||||||
|
};
|
||||||
EOF
|
EOF
|
||||||
)
|
)
|
||||||
extraRules1="ATTR{address}==\"${ether1}\", NAME=\"${eth1_name}\""
|
extraRules1="ATTR{address}==\"${ether1}\", NAME=\"${eth1_name}\""
|
||||||
|
|
Loading…
Reference in a new issue