From 5f35c70918d5dcd4c1d81fe535efbb58b52d6056 Mon Sep 17 00:00:00 2001 From: blake Date: Tue, 7 Oct 2025 18:30:30 -0500 Subject: [PATCH] 30 current 2025-10-07 16:33:54 25.05.20251001.5b5be50 6.12.49 * --- modules/system/tailscale.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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"; + }; + }; }; }