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"; };