From 8f1e0dcb85ca2d7a5cffbc6990c5f20f84e2fe7c Mon Sep 17 00:00:00 2001 From: blake Date: Tue, 7 Oct 2025 14:44:01 -0500 Subject: [PATCH] 20 current 2025-10-07 00:49:35 25.05.20251001.5b5be50 6.12.49 * --- modules/system/sops.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/sops.nix b/modules/system/sops.nix index 68274d5..0bc98a1 100644 --- a/modules/system/sops.nix +++ b/modules/system/sops.nix @@ -30,7 +30,7 @@ in "tailscale_authkey" = lib.mkIf config.modules.system.tailscale.enable { owner = "root"; }; - "borg_passwd" = lib.mkIf config.modules.system.borg.enable { + "borg_passwd" = lib.mkIf config.modules.system.backups.enable { owner = "root"; group = "root"; };