gpg-agent: move to per-user
This commit is contained in:
parent
3b005f06cc
commit
211f580539
@ -99,6 +99,12 @@
|
||||
"elho" = "echo hello1";
|
||||
};
|
||||
};
|
||||
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
enableSshSupport = true;
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
}
|
||||
|
@ -8,10 +8,6 @@
|
||||
services.udev.packages = [pkgs.yubikey-personalization];
|
||||
|
||||
programs = {
|
||||
gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
firefox = {
|
||||
enable = true;
|
||||
package = pkgs.firefox-devedition;
|
||||
|
Loading…
Reference in New Issue
Block a user