fix sops oops
This commit is contained in:
parent
ff2e176b1b
commit
4e805a7bc1
|
@ -4,11 +4,11 @@
|
||||||
# Sops setup for this machine
|
# Sops setup for this machine
|
||||||
sops.secrets = {
|
sops.secrets = {
|
||||||
"borg-ssh-key" = {
|
"borg-ssh-key" = {
|
||||||
sopsFile = ../../secrets/levitation/borg.yaml;
|
sopsFile = ../../secrets/fusion/borg.yaml;
|
||||||
format = "yaml";
|
format = "yaml";
|
||||||
};
|
};
|
||||||
"borg-password" = {
|
"borg-password" = {
|
||||||
sopsFile = ../../secrets/levitation/borg.yaml;
|
sopsFile = ../../secrets/fusion/borg.yaml;
|
||||||
format = "yaml";
|
format = "yaml";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue