Compare commits

..

2 commits

Author SHA1 Message Date
75008ffe53
setup automatic tailscale connection 2024-12-07 18:28:24 -05:00
bb53626336
prepare for tailscale key 2024-12-07 18:26:31 -05:00
3 changed files with 17 additions and 0 deletions

1
.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
*.key filter=git-crypt diff=git-crypt

View file

@ -35,4 +35,20 @@ in
enable = true; enable = true;
pulse.enable = true; pulse.enable = true;
}; };
services.tailscale = {
enable = true;
extraUpFlags = [ "--advertise-tags" "tag:kiosk" ];
authKeyFile = ./tailscale-client-secret.key;
authKeyParameters.ephemeral = false;
openFirewall = true;
};
networking.firewall.trustedInterfaces = [ "tailscale0" ];
services.openssh = {
enable = true;
settings = {
PermitRootLogin = "yes";
};
};
} }

BIN
tailscale-client-secret.key Normal file

Binary file not shown.