mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
default sops is already used
This commit is contained in:
parent
68caf6b3a0
commit
633a6a1988
1 changed files with 8 additions and 4 deletions
|
@ -1,10 +1,14 @@
|
||||||
{ config, lib, ... }:
|
{ config, lib, ... }:
|
||||||
{
|
{
|
||||||
sops.defaultSopsFile = ../secrets/freshrss.json;
|
|
||||||
sops.defaultSopsFormat = "json";
|
|
||||||
sops.secrets = {
|
sops.secrets = {
|
||||||
freshrss_username = { };
|
freshrss_username = {
|
||||||
freshrss_password = { };
|
path = ../secrets/freshrss.json;
|
||||||
|
format = "json";
|
||||||
|
};
|
||||||
|
freshrss_password = {
|
||||||
|
path = ../secrets/freshrss.json;
|
||||||
|
format = "json";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.freshrss = {
|
services.freshrss = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue