treewide: change deprecated and renamed option and package names

This commit is contained in:
Cilly Leang 2025-11-21 23:14:31 +11:00
parent 8ae384686c
commit c5dd3e4f5e
Signed by: cilly
GPG key ID: 6500251E087653C9
9 changed files with 13 additions and 14 deletions

View file

@ -5,6 +5,6 @@
};
services.gpg-agent = {
enable = true;
pinentryPackage = pkgs.pinentry-gnome3;
pinentry.package = pkgs.pinentry-gnome3;
};
}