mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 18:55:47 +02:00
84463917f5
Former-commit-id: c2bb7f475b
7 lines
92 B
Nix
7 lines
92 B
Nix
{
|
|
services.tailscale = {
|
|
enable = true;
|
|
authKeyFile = "/etc/tailscalepwd";
|
|
};
|
|
}
|