freifunk: convenience

This commit is contained in:
Astro 2022-06-13 21:02:44 +02:00
parent f02fa838d6
commit 3e8a0993e7
1 changed files with 2 additions and 1 deletions

View File

@ -110,7 +110,7 @@ in {
'';
};
environment.systemPackages = with pkgs; [ tcpdump bmon wireguard-tools iperf ];
environment.systemPackages = with pkgs; [ tcpdump bmon wireguard-tools iperf bmxd ];
sops.secrets."wireguard/vpn6/privateKey" = {
group = "systemd-network";
@ -263,6 +263,7 @@ in {
dev=ipip-node51001 /linklayer 1
'';
Restart = "always";
RestartSec = "60";
};
};