From 68caf6b3a0cf1caef79c9c5cd181894fb1fa788e Mon Sep 17 00:00:00 2001 From: harry Date: Mon, 15 Jul 2024 19:04:33 +0200 Subject: [PATCH] used the correct command --- features/freshrss.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/freshrss.nix b/features/freshrss.nix index d84eff9..ed2d523 100644 --- a/features/freshrss.nix +++ b/features/freshrss.nix @@ -1,8 +1,8 @@ { config, lib, ... }: { + sops.defaultSopsFile = ../secrets/freshrss.json; + sops.defaultSopsFormat = "json"; sops.secrets = { - path = ../secrets/freshrss.json; - format = "json"; freshrss_username = { }; freshrss_password = { }; };