about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-01-28 11:20:04 -0500
committerGitHub <noreply@github.com>2024-01-28 11:20:04 -0500
commit2389ab15b4fda5ece7bf5e6086de9b7f912d80f7 (patch)
tree07fbe65919513b6e7f808ce934ca7b68b609e11c /nixos
parentd282a41ac37e8110f8f53437cfb41eb46fa6a9f5 (diff)
parent6f1b17d4b839c3f99df003106a4b4cea6f566133 (diff)
Merge pull request #284496 from ElvishJerricco/systemd-255-hibernate-resume
systemd-stage-1: Fix hibernate-resume with systemd v255
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/system/boot/systemd/initrd.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/system/boot/systemd/initrd.nix b/nixos/modules/system/boot/systemd/initrd.nix
index 26cc016869b34..9641921fc795a 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"