Abilito tailscale su metrics

This commit is contained in:
pazpi 2024-09-06 08:07:22 +02:00
parent ad0d524ca4
commit bae4441ca4

View file

@ -20,7 +20,7 @@
utils.commons.enable = true;
networking.tailscale = {
enable = false;
enable = true;
exitNode = "vps";
authKeyFile = config.age.secrets.tailscale-authKey.path;
};