From 8a3fca675650e629a32f8c6bf3c461f9d204f2e1 Mon Sep 17 00:00:00 2001 From: mc-fucker Date: Mon, 1 Aug 2022 15:06:58 +0200 Subject: [PATCH] updated wireguard package name --- modules/headscale.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/headscale.nix b/modules/headscale.nix index a43146d..0eba5d1 100644 --- a/modules/headscale.nix +++ b/modules/headscale.nix @@ -5,7 +5,7 @@ let in { environment = { - systemPackages = with pkgs; [ headscale wireguard ]; + systemPackages = with pkgs; [ headscale wireguard-tools ]; etc = { "headscale/config.yaml".text = '' ---