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-09-02 00:42:50 +02:00
2020-08-07 14:45:39 +01:00
2020-11-02 21:41:49 +01:00
2020-11-24 02:47:07 +01:00
2020-11-24 12:42:06 -05:00
2020-06-23 16:49:50 +02:00
2020-10-26 04:06:26 +01: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-10-29 11:41:41 +01:00
2020-10-31 01:35:56 -07:00
2020-08-09 16:15:49 -07:00
2020-10-21 14:56:08 +03:00
2020-07-25 16:33:04 +02:00
2020-10-02 11:48:58 -04:00
2020-10-26 13:07:49 +01:00
2020-10-31 01:35:56 -07:00
2020-08-07 14:45:39 +01:00
2020-08-04 13:07:36 -07:00
2020-08-04 13:07:36 -07:00
2020-11-17 20:04:56 +01:00
2020-08-26 18:21:29 +02:00
2020-11-23 08:42:51 +10:00
2020-11-27 18:53:36 +01:00
2020-08-07 14:45:39 +01:00
2020-11-24 06:12:32 -08:00
2020-10-29 10:32:04 +01:00
2020-10-31 01:35:56 -07:00
2020-11-06 18:59:51 +01:00
2020-12-01 00:51:58 +01:00
2020-11-24 12:42:06 -05:00
2020-10-31 01:35:56 -07:00
2020-10-02 00:25:57 +02:00
2020-10-31 01:35:56 -07:00
2020-10-31 01:35:56 -07:00
2020-09-02 00:42:50 +02:00
2020-09-19 11:32:42 +05:30
2020-06-29 19:56:41 +05:30
2020-09-08 11:09:04 +01:00
2020-10-18 08:15:29 -04:00
2020-10-24 16:40:20 -04:00
2020-10-14 01:46:17 +02:00
2020-09-06 18:26:22 +02:00
2020-06-23 12:02:27 +02:00
2020-07-20 11:24:33 +02:00
2020-08-30 18:34:22 +02:00
2020-09-14 22:35:05 +02:00
2020-07-28 08:00:38 +02:00
2020-10-21 21:34:35 +02:00
2020-11-24 12:42:06 -05:00
2020-11-02 10:51:00 +01:00
2020-08-07 14:45:39 +01:00
2020-10-31 01:35:56 -07:00
2020-08-30 10:55:03 +03:00
2020-12-01 12:30:31 +01:00
2020-07-20 21:39:22 +02:00
2020-08-18 07:59:48 +10:00
2020-11-03 19:21:39 +01:00
2020-07-03 22:34:29 +02:00
2020-11-23 08:42:51 +10:00
2020-08-07 14:45:39 +01:00
2020-07-20 00:14:44 +02:00
2020-07-19 14:57:39 +02:00
2020-08-25 12:29:58 +02:00
2020-08-18 07:59:44 +10:00
2020-07-25 16:34:20 +02:00
2020-07-25 16:34:20 +02:00