about summary refs log tree commit diff
path: root/nixos/modules/tasks/swraid.nix
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-03-09 21:06:27 +0300
committerNikolay Amiantov <ab@fmap.me>2016-03-09 21:06:27 +0300
commit1111f73dde9cf1aaaddec343d06a3f4274577866 (patch)
tree7ce40e901ed7b4b912a7ea055128633307852ffd /nixos/modules/tasks/swraid.nix
parentaac666e302807805154190ebe105711d585c90ee (diff)
sw-raid: rename mdadmShutdown
See https://github.com/NixOS/nixpkgs/commit/aac666e302807805154190ebe105711d585c90ee
I've forgotten to add the change.
Diffstat (limited to 'nixos/modules/tasks/swraid.nix')
-rw-r--r--nixos/modules/tasks/swraid.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/tasks/swraid.nix b/nixos/modules/tasks/swraid.nix
index 18df0e224d55b..d6cb1c96ef46a 100644
--- a/nixos/modules/tasks/swraid.nix
+++ b/nixos/modules/tasks/swraid.nix
@@ -12,7 +12,7 @@
     cp -v ${pkgs.mdadm}/lib/udev/rules.d/*.rules $out/
   '';
 
-  systemd.services.mdadmShutdown = {
+  systemd.services.mdadm-shutdown = {
     wantedBy = [ "final.target"];
     after = [ "umount.target" ];