tailscale: --operator=motiejus

This commit is contained in:
Motiejus Jakštys 2024-03-05 11:39:10 +02:00
parent 8d0031e691
commit de046eb053
1 changed files with 4 additions and 1 deletions

View File

@ -18,7 +18,10 @@ in {
config = mkIf cfg.enable (mkMerge [
{
services.tailscale.enable = true;
services.tailscale = {
enable = true;
extraUpFlags = ["--operator=${config.mj.username}"];
};
networking.firewall.checkReversePath = "loose";
networking.firewall.allowedUDPPorts = [myData.ports.tailscale];
}