summary refs log tree commit diff
path: root/modules/services/monitoring/zabbix-agent.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/monitoring/zabbix-agent.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/monitoring/zabbix-agent.nix')
-rw-r--r--modules/services/monitoring/zabbix-agent.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/monitoring/zabbix-agent.nix b/modules/services/monitoring/zabbix-agent.nix
index 9758bc8cb48..229236c1bbd 100644
--- a/modules/services/monitoring/zabbix-agent.nix
+++ b/modules/services/monitoring/zabbix-agent.nix
@@ -73,7 +73,7 @@ in
         description = "Zabbix daemon user";
       };
 
-    boot.systemd.services."zabbix-agent" =
+    systemd.services."zabbix-agent" =
       { description = "Zabbix Agent";
 
         wantedBy = [ "multi-user.target" ];