mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
default sops is already used
This commit is contained in:
parent
68caf6b3a0
commit
633a6a1988
|
@ -1,10 +1,14 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
sops.defaultSopsFile = ../secrets/freshrss.json;
|
||||
sops.defaultSopsFormat = "json";
|
||||
sops.secrets = {
|
||||
freshrss_username = { };
|
||||
freshrss_password = { };
|
||||
freshrss_username = {
|
||||
path = ../secrets/freshrss.json;
|
||||
format = "json";
|
||||
};
|
||||
freshrss_password = {
|
||||
path = ../secrets/freshrss.json;
|
||||
format = "json";
|
||||
};
|
||||
};
|
||||
|
||||
services.freshrss = {
|
||||
|
|
Loading…
Reference in a new issue