diff options
author | Vincent Ambo <mail@tazj.in> | 2022-03-15T09·02+0200 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-03-21T12·08+0000 |
commit | 3563639909d277a6a10ce8bb24b95b9bef9be104 (patch) | |
tree | 021ae0b16f6e63b8fec1ccb654af65920bf66064 /users/tazjin/nixos/tverskoy/default.nix | |
parent | 508a62b6030a87c02e88c4e67f8497fa4164bcb5 (diff) |
feat(tazjin/tverskoy): Enable tailscale service r/3918
Change-Id: Ib3102defc8a6027e924067876505ca0532f24b86 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5388 Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin/nixos/tverskoy/default.nix')
-rw-r--r-- | users/tazjin/nixos/tverskoy/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index 747b8dcc793b..ab40afc2e925 100644 --- a/users/tazjin/nixos/tverskoy/default.nix +++ b/users/tazjin/nixos/tverskoy/default.nix @@ -431,6 +431,8 @@ lib.fix (self: { systemd.user.startServices = true; }; + services.tailscale.enable = true; + services.zerotierone.enable = true; services.zerotierone.joinNetworks = [ "35c192ce9bd4c8c7" |