about summary refs log tree commit diff
path: root/modules/user
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-04-04 12:33:20 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-04-04 12:42:31 +0200
commit16faa2ca67db71617f808d9d0bbad8a0a04bfd41 (patch)
tree28f790a47e76b0305999ff78bf3474d4cf0ad044 /modules/user
parente549839f61eeee87a575ccc132eff8099e333c32 (diff)
modules: Rename gpg-agent to gnupg
We do things such as placing gnupg into environment.systemPackages, so
calling this just "programs.gpg-agent" doesn't fit that. Especially if
we really want to have a way to specify configuration values in case I'm
getting masochistic someday ;-)

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/aszlig/profiles/workstation/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/user/aszlig/profiles/workstation/default.nix b/modules/user/aszlig/profiles/workstation/default.nix
index a2b01b35..9a5ef384 100644
--- a/modules/user/aszlig/profiles/workstation/default.nix
+++ b/modules/user/aszlig/profiles/workstation/default.nix
@@ -102,8 +102,9 @@ in {
       };
     };
 
-    vuizvui.programs.gpg-agent.enable = true;
-    vuizvui.programs.gpg-agent.sshSupport = true;
+    vuizvui.programs.gnupg.enable = true;
+    vuizvui.programs.gnupg.agent.enable = true;
+    vuizvui.programs.gnupg.agent.sshSupport = true;
 
     services = {
       openssh = {