1
0

Add host dn42-il-gw5

This commit is contained in:
2020-12-07 18:27:38 +01:00
parent dedf409805
commit 52e5bdf81e
3 changed files with 185 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
wireguard-tools
];
}