nixos/tailscale: add tailscale to environment.systemPackages.

Use of Tailscale requires using the `tailscale` CLI to talk to the
daemon. If the CLI isn't in systemPackages, the resulting user experience
is confusing as the Tailscale daemon does nothing.

Signed-off-by: David Anderson <dave@natulte.net>
This commit is contained in:
David Anderson
2020-10-30 17:58:14 -07:00
parent 1e20b2dce4
commit 9a8d6011aa
@@ -17,6 +17,7 @@ in {
};
config = mkIf cfg.enable {
environment.systemPackages = [ pkgs.tailscale ]; # for the CLI
systemd.services.tailscale = {
description = "Tailscale client daemon";