mirror of
https://github.com/Mic92/sops-nix.git
synced 2026-01-07 05:57:36 +08:00
remove sops.age.sshKeyPaths deprecation
This commit is contained in:
parent
4fb1eef0c0
commit
e148dc2c68
3 changed files with 0 additions and 39 deletions
|
|
@ -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;
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue