mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 14:40:19 +02:00
merged secrets
This commit is contained in:
parent
982342547b
commit
ccbc990e10
2 changed files with 6 additions and 8 deletions
|
@ -14,12 +14,8 @@ in
|
|||
|
||||
config = {
|
||||
sops.secrets = {
|
||||
freshrss_username = {
|
||||
sopsFile = ../secrets/freshrss.json;
|
||||
};
|
||||
freshrss_password = {
|
||||
sopsFile = ../secrets/freshrss.json;
|
||||
};
|
||||
freshrss_username = { };
|
||||
freshrss_password = { };
|
||||
};
|
||||
|
||||
services.freshrss = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue