new key for skinny

This commit is contained in:
Cyryl Płotnicki 2022-05-24 22:16:03 +01:00
parent 0623b6ccab
commit aafc8a018f

View file

@ -1,6 +1,7 @@
{ config, pkgs, inputs, lib, ... }: { config, pkgs, inputs, lib, ... }:
let let
inherit (inputs.nixpkgs-nixos-unstable.legacyPackages."x86_64-linux") tailscale; inherit (inputs.nixpkgs-nixos-unstable.legacyPackages."x86_64-linux")
tailscale;
in { in {
systemd.services.tailscale-autoconnect = { systemd.services.tailscale-autoconnect = {
description = "Automatic connection to Tailscale"; description = "Automatic connection to Tailscale";
@ -25,7 +26,7 @@ in {
fi fi
# otherwise authenticate with tailscale # otherwise authenticate with tailscale
${tailscale}/bin/tailscale up -authkey tskey-bd6b308c9c22272a0a66c442 ${tailscale}/bin/tailscale up -authkey tskey-kxGKSM5CNTRL-bMbXerV97q5LrVPUrHWjv
''; '';
}; };
} }