Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
golink = {
url = "github:tailscale/golink";
url = "github:apoxy-dev/golink/dilyevsky/tsnet-1.90-upgrade";
inputs.nixpkgs.follows = "nixpkgs";
inputs.systems.follows = "systems";
};
Expand Down
12 changes: 6 additions & 6 deletions hosts/spore/secrets/tailscale-auth-key.age
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
age-encryption.org/v1
-> ssh-ed25519 2AxgaQ Bml5zq38B3BTWMtQ8jDplWdAb/KRYeHInY+ON6Vr80I
P+uTPP3Xul0eMo5tMu4A6nwhFAhBmoVwoN0k/QnoUxw
-> ssh-ed25519 3EWhnQ qKFgwRZ0Aj8UBm4Ti2qtQqdZku6y4gd29Lqfg9aoLnM
wQ/rJ5aTJBbM+DMHR8eWiLrLXxYRMxMnQVs+yk4UvTI
--- VMe18Za/KOH7wECyAiwcYfvpsyjAE/oo1nCsW7umrvw
g��C��,��I��S�ø���c6� P�ϻ�(�� F<�P���Ň����h��٫n���hFm]>���u�*m�+����TL�W�.�r�����YP
-> ssh-ed25519 2AxgaQ nZxoKnnhBN/Vu5ChV+cvH/+/QtoACBB5EdMeRHfTExY
0//vPZFL/tECbRHROmZ4rLK6ZGKwfmFFBPIpIZdLcOk
-> ssh-ed25519 3EWhnQ 6y7+yYJFVby7SLWf/1ngX7LxIyhASKzqLlo75vVkylc
wcX9MumA4EF9W0dHE/KnHIbDU2b5C4HsdWe9q2sO8+Q
--- r/2H19LwRcmRGfyIVrLDDxGKN2rKFLmkD1BTRyNL3uU
BWL�E$�0og�ƿ��+�j8�FȤ�"�AS�2�IC�I�ƅ�0��p\�����)j��9�@e���ks[�X����H�쬋�ӽ*O��x��
5 changes: 5 additions & 0 deletions hosts/spore/services/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
services.golink = {
enable = true;
tailscaleAuthKeyFile = config.age.secrets.tailscale-auth-key.path;
package = pkgs.buildGo125Module {
pname = "golink";
inherit (pkgs.golink) version src ldflags;
vendorHash = "sha256-M3Qm25KF6gWtp3K1SigLucgrIJ+5KokMq+Bp7XXaE+o=";
};
};

services.openssh.enable = true;
Expand Down