Loading pkgs/servers/headscale/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ buildGoModule, fetchFromGitHub, installShellFiles, nixosTests, }: buildGoModule rec { pname = "headscale"; Loading Loading @@ -31,6 +32,8 @@ buildGoModule rec { --zsh <($out/bin/headscale completion zsh) ''; passthru.tests = { inherit (nixosTests) headscale; }; meta = with lib; { homepage = "https://github.com/juanfont/headscale"; description = "An open source, self-hosted implementation of the Tailscale control server"; Loading Loading
pkgs/servers/headscale/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ buildGoModule, fetchFromGitHub, installShellFiles, nixosTests, }: buildGoModule rec { pname = "headscale"; Loading Loading @@ -31,6 +32,8 @@ buildGoModule rec { --zsh <($out/bin/headscale completion zsh) ''; passthru.tests = { inherit (nixosTests) headscale; }; meta = with lib; { homepage = "https://github.com/juanfont/headscale"; description = "An open source, self-hosted implementation of the Tailscale control server"; Loading