remove sops.age.sshKeyPaths deprecation

This commit is contained in:
musjj 2025-09-18 17:36:08 +07:00
parent 4fb1eef0c0
commit e148dc2c68
3 changed files with 0 additions and 39 deletions

View file

@ -496,19 +496,6 @@ in
};
})
{
warnings = [
(lib.mkIf
(
cfg.age.sshKeyPaths != [ ]
&& cfg.gnupg.sshKeyPaths == [ ]
&& cfg.gnupg.home == null
&& cfg.age.keyFile == null
&& cfg.age.sshKeyFile == null
)
"The option sops.age.sshKeyPaths has been deprecated, since age now has native SSH support. Use option sops.age.sshKeyFile instead."
)
];
system.build.sops-nix-manifest = manifest;
}
];