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"