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-11-24 12:42:06 -05:00
2020-11-24 12:42:06 -05:00
2020-11-27 15:09:19 +01:00
2020-11-24 12:42:06 -05:00
2020-11-24 12:42:06 -05:00
2020-10-07 10:44:54 +02:00
2020-11-24 12:42:06 -05:00
2020-08-15 16:59:58 +02:00
2020-11-23 08:42:51 +10:00
2020-11-24 12:42:06 -05:00
2020-11-24 12:42:06 -05:00
2020-11-24 12:42:06 -05:00
2020-10-21 00:05:48 +09:00
2020-08-27 10:11:45 -05:00
2020-11-24 12:42:06 -05:00