mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
why did i wanted to use path???
This commit is contained in:
parent
488c4af6a0
commit
982342547b
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue