Fix nixfmt
This commit is contained in:
parent
155c01b9c1
commit
e8f2a29484
2 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
{
|
||||
imports = [ ../../modules ];
|
||||
|
||||
nixpkgs.overlays = [(import ../../overlays)];
|
||||
nixpkgs.overlays = [ (import ../../overlays) ];
|
||||
|
||||
system.autoUpgrade.enable = true;
|
||||
system.autoUpgrade.allowReboot = false;
|
||||
|
|
|
@ -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