all repos — nixfiles @ 8c96ecd372702c9ee18f1023b2901805eb4b1c0b

System and user configuration, managed by nix and home-manager

linde: log golink in to tailscale manually

Alan Pearce
commit

8c96ecd372702c9ee18f1023b2901805eb4b1c0b

parent

f5c82f3a9ff18f6c82df76bb91a31a4eb8b945af

3 files changed, 0 insertions(+), 14 deletions(-)

changed files
D secrets/golink.age

Not showing binary file.

M secrets/secrets.nixsecrets/secrets.nix
@@ -23,7 +23,6 @@ binarycache = [ linde ];
forgejo-actions-runner = [ linde ]; paperless = [ linde ]; powerdns = [ linde ]; - golink = [ linde ]; photoprism = [ linde ]; cifs-photoprism = [ linde ]; cifs-paperless = [ linde ];
M system/hosts/linde.nixsystem/hosts/linde.nix
@@ -52,18 +52,6 @@ redis-website.file = ../../secrets/redis-website.age;
cifs-paperless.file = ../../secrets/cifs-paperless.age; cifs-transmission.file = ../../secrets/cifs-transmission.age; forgejo-actions-runner.file = ../../secrets/forgejo-actions-runner.age; - golink = - let - golink = config.services.golink; - in - { - # hope this doesn't collide... - path = "${golink.dataDir}/.config/tsnet-golink/auth.key"; - owner = golink.user; - mode = "400"; - symlink = false; - file = ../../secrets/golink.age; - }; rauthy.file = ../../secrets/rauthy.age; };
@@ -268,7 +256,6 @@ useRoutingFeatures = "both";
}; services.golink = { enable = true; - tailscaleAuthKeyFile = config.age.secrets.golink.path; }; services.mycal = {