Fix secret path

This commit is contained in:
Sandro - 2023-05-21 22:24:35 +02:00
parent 221c2466fa
commit 85fdf72582
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 2 deletions

View File

@ -100,11 +100,11 @@ in {
sops.secrets = { sops.secrets = {
"ceph/monKeyring" = { "ceph/monKeyring" = {
owner = "ceph"; owner = "ceph";
sopsFile = ../../config/ceph.yaml; sopsFile = ./ceph.yaml;
}; };
"ceph/adminKeyring" = { "ceph/adminKeyring" = {
owner = "ceph"; owner = "ceph";
sopsFile = ../../config/ceph.yaml; sopsFile = ./ceph.yaml;
}; };
}; };