summary refs log tree commit diff
path: root/modules/services/networking/gnunet.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2009-10-12 18:09:34 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-10-12 18:09:34 +0000
commiteba8f94069310f0a887c1d5568532c467459ccdf (patch)
tree234a71d7bba3190030388b23ac6e6523938ca5fc /modules/services/networking/gnunet.nix
parent40c9057a49ee36481c712787cfe41d5d632e0fbe (diff)
downloadnixpkgs-eba8f94069310f0a887c1d5568532c467459ccdf.tar
nixpkgs-eba8f94069310f0a887c1d5568532c467459ccdf.tar.gz
nixpkgs-eba8f94069310f0a887c1d5568532c467459ccdf.tar.bz2
nixpkgs-eba8f94069310f0a887c1d5568532c467459ccdf.tar.lz
nixpkgs-eba8f94069310f0a887c1d5568532c467459ccdf.tar.xz
nixpkgs-eba8f94069310f0a887c1d5568532c467459ccdf.tar.zst
nixpkgs-eba8f94069310f0a887c1d5568532c467459ccdf.zip
* jobAttrs -> jobs.
svn path=/nixos/trunk/; revision=17769
Diffstat (limited to 'modules/services/networking/gnunet.nix')
-rw-r--r--modules/services/networking/gnunet.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/networking/gnunet.nix b/modules/services/networking/gnunet.nix
index 4f9723fc304..e35dfbcd1a8 100644
--- a/modules/services/networking/gnunet.nix
+++ b/modules/services/networking/gnunet.nix
@@ -191,7 +191,7 @@ in
         home = "/var/empty";
       };
 
-    jobAttrs.gnunetd =
+    jobs.gnunetd =
       { description = "The GNUnet Daemon";
 
         startOn = "network-interfaces/started";