From 6f1b17d4b839c3f99df003106a4b4cea6f566133 Mon Sep 17 00:00:00 2001 From: Will Fancher Date: Sun, 28 Jan 2024 06:52:21 -0500 Subject: [PATCH] systemd-stage-1: Fix hibernate-resume with systemd v255 --- nixos/modules/system/boot/systemd/initrd.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/system/boot/systemd/initrd.nix b/nixos/modules/system/boot/systemd/initrd.nix index 26cc016869b3..9641921fc795 100644 --- a/nixos/modules/system/boot/systemd/initrd.nix +++ b/nixos/modules/system/boot/systemd/initrd.nix @@ -57,6 +57,7 @@ let "systemd-ask-password-console.service" "systemd-fsck@.service" "systemd-halt.service" + "systemd-hibernate-resume.service" "systemd-journald-audit.socket" "systemd-journald-dev-log.socket" "systemd-journald.service"