diff --git a/modules/system/tailscale.nix b/modules/system/tailscale.nix index a4c67f6..16dfd2a 100644 --- a/modules/system/tailscale.nix +++ b/modules/system/tailscale.nix @@ -15,10 +15,11 @@ in useRoutingFeatures = "both"; authKeyFile = authkey_file; }; - # declare authkey secrets - sops.secrets = { - "tailscale_authkey" = { - owner = "root"; - }; + # declare authkey secrets + sops.secrets = { + "tailscale_authkey" = { + owner = "root"; + }; + }; }; }