feat: add wireguard

This commit is contained in:
itsscb 2025-06-07 21:28:55 +02:00
parent 1cd48e404d
commit a409692f3e

View File

@ -190,6 +190,7 @@ in {
description = "itsscb"; description = "itsscb";
extraGroups = ["networkmanager" "wheel" "fsc" "docker"]; extraGroups = ["networkmanager" "wheel" "fsc" "docker"];
packages = with pkgs; [ packages = with pkgs; [
wireguard-tools
]; ];
}; };
users.users."k.sc" = { users.users."k.sc" = {