From 8e3ec13e960229f4465b7de71de5dddd4d322b70 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 15 Sep 2023 23:46:50 +0900 Subject: [PATCH] test --- nixos/hosts/nixos-rpi4-01/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/nixos-rpi4-01/default.nix b/nixos/hosts/nixos-rpi4-01/default.nix index 34b3cf3a..8a6aa977 100644 --- a/nixos/hosts/nixos-rpi4-01/default.nix +++ b/nixos/hosts/nixos-rpi4-01/default.nix @@ -37,7 +37,7 @@ # Generic Tailscale configs are in /nixos/common/services/tailscale.nix # Set up the secrets file for the token: sops.secrets.nixos-rpi4-01_tailscale_key = { owner = "root"; - sopsFile = ../../../secrets/secrets.yaml; + sopsFile = ../../../secrets/tailscale.yaml; restartUnits = [ "tailscaled.service" ]; }; services.tailscale.authKeyFile = "/run/secrets/nixos-rpi4-01_tailscale_key";