From 85fdf72582c2f76246b30442b32fb47c4bd968ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sun, 21 May 2023 22:24:35 +0200 Subject: [PATCH] Fix secret path --- modules/cluster/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/cluster/default.nix b/modules/cluster/default.nix index 708bf3a5..5890692f 100644 --- a/modules/cluster/default.nix +++ b/modules/cluster/default.nix @@ -100,11 +100,11 @@ in { sops.secrets = { "ceph/monKeyring" = { owner = "ceph"; - sopsFile = ../../config/ceph.yaml; + sopsFile = ./ceph.yaml; }; "ceph/adminKeyring" = { owner = "ceph"; - sopsFile = ../../config/ceph.yaml; + sopsFile = ./ceph.yaml; }; };