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
commit 800ebd4561
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";