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

This commit is contained in:
2026-06-12 20:02:25 +02:00
parent 78b121585d
commit adcdb486a3

View File

@@ -57,7 +57,6 @@ in
};
sops = {
age.keyFile = "/home/${username}/.config/sops/age/keys.txt";
secrets = myUtils.mkSopsSecrets sopsDir owner cfg.groups;
};