chore: rename options to fix 24.05 things
Some checks failed
/ check (pull_request) Has been cancelled

This commit is contained in:
buffet 2024-06-17 10:48:47 +02:00
parent 0049e6aae6
commit 889ffe6889
2 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
{pkgs, ...}: {
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
pinentryFlavor = "gnome3";
pinentryPackage = pkgs.pinentry-gnome3;
};
}

View file

@ -9,7 +9,8 @@
avahi = {
enable = true;
nssmdns = true;
nssmdns4 = true;
nssmdns6 = true;
openFirewall = true;
};
};