🚨 Fix nix-eval warnings
- `The option `services.gpg-agent.pinentryPackage' defined in '/nix/store/x' has been renamed to `services.gpg-agent.pinentry.package'.` - `The option `hardware.pulseaudio' defined in '/nix/store/x' has been renamed to `services.pulseaudio'.` Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
94fede8b0d
commit
a92a69092c
2 changed files with 2 additions and 2 deletions
|
@ -71,6 +71,6 @@
|
|||
# GPG setup
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
pinentryPackage = pkgs.pinentry-curses;
|
||||
pinentry.package = pkgs.pinentry-curses;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue