Revert "hosts: enable tailscale ssh"
Some checks are pending
flakehub / flakehub-publish (push) Waiting to run
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This reverts commit e7bb6fc676.
This commit is contained in:
Aly Raffauf 2024-07-19 22:25:47 -04:00
parent 0fc3c44c4e
commit 14b568f36f

View file

@ -10,8 +10,7 @@
services.tailscale = {
enable = true;
authKeyFile = config.age.secrets.tailscaleAuthKey.path;
extraUpFlags = ["--ssh"];
openFirewall = true;
authKeyFile = config.age.secrets.tailscaleAuthKey.path;
};
}