1
0
Fork 0

Fix wireguard import

This commit is contained in:
Malte Brandy 2021-12-16 23:04:09 +01:00
parent 6baca7e408
commit 2a620cad7f

View file

@ -1,8 +1,8 @@
{ config, pkgs, lib, ... }:
let
#wireguard = import ../../../common/wireguard.nix;
#inherit (config.m-0) hosts prefix;
wireguard = import ../../../common/wireguard.nix;
inherit (config.m-0) hosts prefix;
#inherit (import ../../../common/common.nix { inherit pkgs; }) syncthing;
localAddress = "fdc0:1::2";
in