Compare commits

..

No commits in common. "c0fe0671a8660ca343383fce6b66d1dce53d3e3b" and "dfeeb1c4eab48bd7673dd9ce42e24879288c62de" have entirely different histories.

2 changed files with 1 additions and 8 deletions

View file

@ -1,7 +1,7 @@
{ config, lib, ... }: { config, lib, ... }:
let let
inherit (lib) inherit (lib)
mkIf mkEnableOption mkOption types; mkIf mkEnableOption mkOption types;
cfg = config.krz-router; cfg = config.krz-router;
mkVLAN = name: id: { mkVLAN = name: id: {
netdevConfig = { netdevConfig = {
@ -91,13 +91,6 @@ in
AllowedIPs = [ "fd81:fb3a:50cc::100/128" ]; AllowedIPs = [ "fd81:fb3a:50cc::100/128" ];
}; };
} }
{
# Julien Malka, laptop X2100
wireguardPeerConfig = {
PublicKey = "P6yIXwpUtX5WABxN5wZdxjqXyb/9kDwJqhj8VGGtAW4=";
AllowedIPs = [ "fd81:fb3a:50cc::200/128" ];
};
}
]; ];
}; };
"10-tun-mwan" = mkTunnel "gre" "gre-mwan" { "10-tun-mwan" = mkTunnel "gre" "gre-mwan" {