418 current 2025-06-09 01:58:50 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-06-09 01:59:15 -04:00
parent 4973885111
commit 23f5e78b4a
5 changed files with 21 additions and 2 deletions

View File

@@ -3,5 +3,10 @@
pkgs,
...
}: {
services.tailscale.enable = true;
services.tailscale = {
enable = true;
authKeyFile = config.age.secrets.tailscale-rq.path;
# builtins.readFile config.age.secrets.tailscale-rq.path;
};
}