Merge pull request #102201 from danderson/danderson/add-cli-to-path

nixos/tailscale: add tailscale to environment.systemPackages.
This commit is contained in:
Graham Christensen
2020-10-30 21:22:16 -04:00
committed by GitHub

View File

@@ -17,6 +17,7 @@ in {
};
config = mkIf cfg.enable {
environment.systemPackages = [ pkgs.tailscale ]; # for the CLI
systemd.services.tailscale = {
description = "Tailscale client daemon";