diff options
author | Vincent Ambo <tazjin@google.com> | 2020-02-11T00·01+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-02-11T00·09+0000 |
commit | 77085f5876210d9bcbc2f837068eef0259cae162 (patch) | |
tree | 671c2fa333b2a892d50268cedfa8af5695bac4d0 | |
parent | 9b37bad180424701265c3225970102ce40485604 (diff) |
chore(ops/nixos/nugget): Install tailscale on nugget r/530
-rw-r--r-- | ops/nixos/nugget/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/nixos/nugget/default.nix b/ops/nixos/nugget/default.nix index 3473968706d3..cd0f08e6ea27 100644 --- a/ops/nixos/nugget/default.nix +++ b/ops/nixos/nugget/default.nix @@ -86,6 +86,7 @@ in pkgs.lib.fix(self: { ops.kontemplate third_party.git third_party.guile + third_party.tailscale tools.emacs ]) ++ |