1
0

Activate bird2 for routers

This commit is contained in:
clerie 2020-12-07 15:41:43 +01:00
parent 1859541f49
commit cbc331b60f

View File

@ -4,4 +4,6 @@
environment.systemPackages = with pkgs; [
wireguard-tools
];
services.bird2.enable = true;
}