1
0
Fork 0
nixfiles/configuration/router/default.nix

10 lines
122 B
Nix
Raw Normal View History

2020-12-07 15:19:02 +01:00
{ pkgs, ... }:
2020-12-07 15:14:33 +01:00
{
environment.systemPackages = with pkgs; [
wireguard-tools
];
2020-12-07 15:41:43 +01:00
services.bird2.enable = true;
2020-12-07 15:14:33 +01:00
}