Fix nixfmt
This commit is contained in:
parent
155c01b9c1
commit
e8f2a29484
2 changed files with 4 additions and 2 deletions
|
@ -6,6 +6,8 @@ let
|
|||
in {
|
||||
networking.wireguard.enable = true;
|
||||
networking.wireguard.interfaces = {
|
||||
"wg-${networkName}" = pkgs.lib.qois.wireguard.makeInterface config.networking.hostName networkName network.${networkName};
|
||||
"wg-${networkName}" =
|
||||
pkgs.lib.qois.wireguard.makeInterface config.networking.hostName
|
||||
networkName network.${networkName};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue