Christine Dodrill 3d55480bf8
nixos/tailscale: add package as an option
This simplifies testing changes to the tailscale service on a local
machine. You can use this as such:

```nix
let
  tailscale_patched = magic {};
in {
  services.tailscale = {
    enable = true;
    package = tailscale_patched;
  };
};
```

Signed-off-by: Christine Dodrill <me@christine.website>
2020-12-01 12:30:31 +01:00
..
2020-06-23 16:49:50 +02:00
2020-10-21 12:26:02 +02:00
2020-09-02 08:31:53 +02:00
2020-08-18 07:59:48 +10:00
2020-08-04 13:07:36 -07:00
2020-11-23 08:42:51 +10:00
2020-11-24 06:12:32 -08:00
2020-12-01 00:51:58 +01:00
2020-06-29 19:56:41 +05:30
2020-06-23 12:02:27 +02:00
2020-11-24 12:42:06 -05:00
2020-08-18 07:59:48 +10:00
2020-11-23 08:42:51 +10:00
2020-08-18 07:59:44 +10:00