summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-10-07 21:48:30 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-10-07 22:01:21 +0200
commit73f0d83858aaedcac16c7f7ce6a04209f3d3acf0 (patch)
tree17fe239e4df8d6f6cf046cf971f4f63464c8967e /nixos
parent256438659c99af9cfab1739c90a92425453ce44f (diff)
downloadnixlib-73f0d83858aaedcac16c7f7ce6a04209f3d3acf0.tar
nixlib-73f0d83858aaedcac16c7f7ce6a04209f3d3acf0.tar.gz
nixlib-73f0d83858aaedcac16c7f7ce6a04209f3d3acf0.tar.bz2
nixlib-73f0d83858aaedcac16c7f7ce6a04209f3d3acf0.tar.lz
nixlib-73f0d83858aaedcac16c7f7ce6a04209f3d3acf0.tar.xz
nixlib-73f0d83858aaedcac16c7f7ce6a04209f3d3acf0.tar.zst
nixlib-73f0d83858aaedcac16c7f7ce6a04209f3d3acf0.zip
systemd: Update to 227
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/system/boot/systemd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix
index 34eda7247cdd..44871a459c18 100644
--- a/nixos/modules/system/boot/systemd.nix
+++ b/nixos/modules/system/boot/systemd.nix
@@ -100,7 +100,7 @@ let
       # Maintaining state across reboots.
       "systemd-random-seed.service"
       "systemd-backlight@.service"
-      "systemd-rfkill@.service"
+      "systemd-rfkill.service"
 
       # Hibernate / suspend.
       "hibernate.target"