From febb15f72219e334e07adc094fbeefadf0e2deb9 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 18 Apr 2014 19:37:15 +0200 Subject: [PATCH] systemd: Enable keeping backlight / rfkill state across reboots --- nixos/modules/system/boot/systemd.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix index f5d73ba665e..ffa6d76481d 100644 --- a/nixos/modules/system/boot/systemd.nix +++ b/nixos/modules/system/boot/systemd.nix @@ -109,6 +109,8 @@ let # Maintaining state across reboots. "systemd-random-seed.service" + "systemd-backlight@.service" + "systemd-rfkill@.service" # Hibernate / suspend. "hibernate.target"