used the correct command

This commit is contained in:
Harry 2024-07-15 19:04:33 +02:00
parent b8aa793f4e
commit 68caf6b3a0

View file

@ -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 = { };
};