fix sops oops

This commit is contained in:
Nathan McCarty 2022-11-29 00:31:24 -05:00
parent ff2e176b1b
commit 4e805a7bc1
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 2 additions and 2 deletions

View File

@ -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";
}; };
}; };