1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat: enable gnupg agent

This commit is contained in:
Kierán Meinhardt
2020-04-26 20:21:39 +02:00
parent fea816416f
commit 9b25fbf753
2 changed files with 5 additions and 2 deletions

View File

@@ -276,6 +276,11 @@ in
{
programs.command-not-found.enable = true;
}
{
programs.gnupg.agent.enable = true;
environment.systemPackages = [ pkgs.gnupg pkgs.pass ];
}
{
systemd.services.restart-vpn = {
description = "Restart VPNs after suspend";