1
0
Fork 0

Activate bird2 for routers

This commit is contained in:
clerie 2020-12-07 15:41:43 +01:00
parent 1859541f49
commit cbc331b60f
1 changed files with 2 additions and 0 deletions

View File

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