mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 15:10:19 +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, ... }:
|
{ config, lib, ... }:
|
||||||
{
|
{
|
||||||
|
sops.defaultSopsFile = ../secrets/freshrss.json;
|
||||||
|
sops.defaultSopsFormat = "json";
|
||||||
sops.secrets = {
|
sops.secrets = {
|
||||||
path = ../secrets/freshrss.json;
|
|
||||||
format = "json";
|
|
||||||
freshrss_username = { };
|
freshrss_username = { };
|
||||||
freshrss_password = { };
|
freshrss_password = { };
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue