chore: fix typo
This commit is contained in:
parent
a4f79d7479
commit
3255475eb6
2 changed files with 4 additions and 4 deletions
|
@ -284,7 +284,7 @@
|
|||
];
|
||||
};
|
||||
|
||||
systemd.network.networks."${wgCfg.unitConfName}" = {
|
||||
systemd.network.networks.${wgCfg.unitConfName} = {
|
||||
matchConfig.Name = wgCfg.linkName;
|
||||
address = map toNetworkAddr wgCfg.addresses;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue