mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
used the correct command
This commit is contained in:
parent
b8aa793f4e
commit
68caf6b3a0
1 changed files with 2 additions and 2 deletions
|
@ -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 = { };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue