Added wireguard to puter - no config

This commit is contained in:
2025-12-29 19:19:13 +02:00
parent 1b987839ec
commit 98e7de340f
2 changed files with 10 additions and 0 deletions

View File

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