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-09 19:40:12 -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-11-24 12:42:06 -05:00
2020-11-26 10:59:17 +01:00
2020-10-07 10:44:54 +02:00
2020-08-27 16:58:52 -04:00
2020-11-24 23:14:57 +01:00
2020-11-24 12:42:06 -05:00
2020-11-10 10:49:27 +01:00
2020-11-24 08:58:35 +01:00
2020-11-29 22:37:42 +01:00
2020-11-24 12:42:06 -05:00
2020-11-24 12:42:06 -05:00
2020-12-01 12:30:31 +01: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
2020-11-24 12:42:06 -05:00
2020-11-28 18:47:21 -08:00