1
1
Fork 1
mirror of https://github.com/oddlama/nixos-extra-modules.git synced 2025-10-10 22:00:39 +02:00

chore: fix typo

This commit is contained in:
oddlama 2024-04-07 13:24:56 +02:00
parent a4f79d7479
commit 3255475eb6
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 4 additions and 4 deletions

View file

@ -284,7 +284,7 @@
];
};
systemd.network.networks."${wgCfg.unitConfName}" = {
systemd.network.networks.${wgCfg.unitConfName} = {
matchConfig.Name = wgCfg.linkName;
address = map toNetworkAddr wgCfg.addresses;
};