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

8 lines
83 B
Nix
Raw Normal View History

2020-12-07 15:14:33 +01:00
{ ... }:
{
environment.systemPackages = with pkgs; [
wireguard-tools
];
}