1
0

Init router configuration to carbon

This commit is contained in:
2020-12-07 15:14:33 +01:00
parent f7233b661e
commit 3ba7defdd0
2 changed files with 8 additions and 0 deletions

View File

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