summary refs log tree commit diff
path: root/modules/services/databases/mongodb.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-01-16 12:33:18 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-01-16 12:33:18 +0100
commitae4e94d9acc510183fab1501bd6e9ed189b31e20 (patch)
tree5a6f132cc64c36c4ae11ee27041df5b8e4ae8ed9 /modules/services/databases/mongodb.nix
parent61f1df279ff7af94cb1b6e1888d2651a6f174cc7 (diff)
downloadnixpkgs-ae4e94d9acc510183fab1501bd6e9ed189b31e20.tar
nixpkgs-ae4e94d9acc510183fab1501bd6e9ed189b31e20.tar.gz
nixpkgs-ae4e94d9acc510183fab1501bd6e9ed189b31e20.tar.bz2
nixpkgs-ae4e94d9acc510183fab1501bd6e9ed189b31e20.tar.lz
nixpkgs-ae4e94d9acc510183fab1501bd6e9ed189b31e20.tar.xz
nixpkgs-ae4e94d9acc510183fab1501bd6e9ed189b31e20.tar.zst
nixpkgs-ae4e94d9acc510183fab1501bd6e9ed189b31e20.zip
Rename ‘boot.systemd’ to ‘systemd’
Suggested by Mathijs Kwik.  ‘boot.systemd’ is a misnomer because
systemd affects more than just booting.  And it saves some typing.
Diffstat (limited to 'modules/services/databases/mongodb.nix')
-rw-r--r--modules/services/databases/mongodb.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/databases/mongodb.nix b/modules/services/databases/mongodb.nix
index 9e9e1c7dd8c..887f1f0529f 100644
--- a/modules/services/databases/mongodb.nix
+++ b/modules/services/databases/mongodb.nix
@@ -102,7 +102,7 @@ in
 
     environment.systemPackages = [ mongodb ];
 
-    boot.systemd.services.mongodb =
+    systemd.services.mongodb =
       { description = "MongoDB server";
 
         wantedBy = [ "multi-user.target" ];