From 1b3cc9919729c816e53b0ebd54dca779803399c1 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 19 Jun 2024 23:42:42 +0200 Subject: [PATCH] Update --- hosts/modules/server/sops.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/hosts/modules/server/sops.nix b/hosts/modules/server/sops.nix index 7e75ae1..5f48927 100644 --- a/hosts/modules/server/sops.nix +++ b/hosts/modules/server/sops.nix @@ -21,11 +21,10 @@ mode = "0444"; # FIXME path = "/etc/cloudflare/apiToken"; }; - # tailscaled-authKey = { - # path = "/etc/tailscale/authKey"; - # owner = "tailscaled"; - # group = "tailscaled"; - # }; + tailscaled-authKey = { + mode = "0444"; # FIXME + path = "/etc/tailscale/authKey"; + }; }; }; }