about summary refs log tree commit diff
path: root/modules/module-list.nix
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/module-list.nix
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/module-list.nix')
-rw-r--r--modules/module-list.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/module-list.nix b/modules/module-list.nix
index 7a489c55..13692497 100644
--- a/modules/module-list.nix
+++ b/modules/module-list.nix
@@ -5,7 +5,7 @@
   ./hardware/thinkpad.nix
   ./profiles/common.nix
   ./profiles/tests.nix
-  ./programs/gpg-agent
+  ./programs/gnupg
   ./services/multipath-vpn.nix
   ./services/postfix
   ./services/starbound.nix