summary refs log tree commit diff
path: root/modules/services/databases/postgresql.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/databases/postgresql.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/databases/postgresql.nix')
-rw-r--r--modules/services/databases/postgresql.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/databases/postgresql.nix b/modules/services/databases/postgresql.nix
index 207701f1355..b463e39c725 100644
--- a/modules/services/databases/postgresql.nix
+++ b/modules/services/databases/postgresql.nix
@@ -113,7 +113,7 @@ in
 
     environment.systemPackages = [postgresql];
 
-    jobAttrs.postgresql =
+    jobs.postgresql =
       { description = "PostgreSQL server";
 
         startOn = "${startDependency}/started";