new key for foureighty
This commit is contained in:
parent
a4aec077f7
commit
c5094c5635
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
{ config, pkgs, inputs, lib, ... }:
|
||||
let
|
||||
inherit (inputs.nixpkgs-nixos-unstable.legacyPackages."x86_64-linux") tailscale;
|
||||
inherit (inputs.nixpkgs-nixos-unstable.legacyPackages."x86_64-linux")
|
||||
tailscale;
|
||||
in {
|
||||
systemd.services.tailscale-autoconnect = {
|
||||
description = "Automatic connection to Tailscale";
|
||||
|
@ -25,7 +26,7 @@ in {
|
|||
fi
|
||||
|
||||
# otherwise authenticate with tailscale
|
||||
${tailscale}/bin/tailscale up -authkey tskey-kdLez34CNTRL-ZYLukvuu2zdDeywb4N8wVU
|
||||
${tailscale}/bin/tailscale up -authkey tskey-kaL3of6CNTRL-SkvotNvHLZSzmX3oob7ot
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue