why did i wanted to use path???

This commit is contained in:
Harry 2024-07-17 14:58:00 +02:00
parent 488c4af6a0
commit 982342547b

View file

@ -11,14 +11,14 @@ in
default = "http://192.168.1.177:3005";
};
};
config = {
config = {
sops.secrets = {
freshrss_username = {
path = ../secrets/freshrss.json;
sopsFile = ../secrets/freshrss.json;
};
freshrss_password = {
path = ../secrets/freshrss.json;
sopsFile = ../secrets/freshrss.json;
};
};