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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user