1{ 2 services.golink = { 3 enable = true; 4 tailscaleAuthKeyFile = /run/agenix/golink-authkey; 5 }; 6 age.secrets.golink-authkey = { 7 file = ./secrets/golink-authkey.age; 8 path = "/run/agenix/golink-authkey"; 9 owner = "golink"; 10 group = "golink"; 11 }; 12}