summary refs log tree commit diff
path: root/modules/services/logging/logstash.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/logging/logstash.nix
parent61f1df279ff7af94cb1b6e1888d2651a6f174cc7 (diff)
downloadnixlib-ae4e94d9acc510183fab1501bd6e9ed189b31e20.tar
nixlib-ae4e94d9acc510183fab1501bd6e9ed189b31e20.tar.gz
nixlib-ae4e94d9acc510183fab1501bd6e9ed189b31e20.tar.bz2
nixlib-ae4e94d9acc510183fab1501bd6e9ed189b31e20.tar.lz
nixlib-ae4e94d9acc510183fab1501bd6e9ed189b31e20.tar.xz
nixlib-ae4e94d9acc510183fab1501bd6e9ed189b31e20.tar.zst
nixlib-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/logging/logstash.nix')
-rw-r--r--modules/services/logging/logstash.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/logging/logstash.nix b/modules/services/logging/logstash.nix
index bc44620d6442..b535a942a9e8 100644
--- a/modules/services/logging/logstash.nix
+++ b/modules/services/logging/logstash.nix
@@ -136,7 +136,7 @@ in
       mkNameValuePairs = mergeConfigs;
     };
   } ( mkIf cfg.enable {
-    boot.systemd.services.logstash = with pkgs; {
+    systemd.services.logstash = with pkgs; {
       description = "Logstash daemon";
 
       wantedBy = [ "multi-user.target" ];