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

8 lines
89 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
];
}