gpg-agent: move to per-user

This commit is contained in:
Motiejus Jakštys 2023-09-15 12:35:59 +03:00
parent 3b005f06cc
commit 211f580539
2 changed files with 6 additions and 4 deletions

View File

@ -99,6 +99,12 @@
"elho" = "echo hello1";
};
};
services.gpg-agent = {
enable = true;
enableSshSupport = true;
};
};
};
}

View File

@ -8,10 +8,6 @@
services.udev.packages = [pkgs.yubikey-personalization];
programs = {
gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
firefox = {
enable = true;
package = pkgs.firefox-devedition;