fix(secrets): drop sops 'age.keyFile'

This commit is contained in:
2026-06-28 17:08:43 +02:00
parent 78b121585d
commit adcdb486a3
-1
View File
@@ -57,7 +57,6 @@ in
};
sops = {
age.keyFile = "/home/${username}/.config/sops/age/keys.txt";
secrets = myUtils.mkSopsSecrets sopsDir owner cfg.groups;
};