0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nixos/systemd: systemd-growfs* units are real files now

`systemd-growfs@.service` and `systemd-growfs-root.service` became real units since:
https://github.com/systemd/systemd/pull/25006/commits/50072ccf1bfee8a53563a083a3a52b26f0d5678f

we need to add them to the nixos module so growfs works again
This commit is contained in:
Дамјан Георгиевски 2023-03-05 20:05:00 +01:00
parent d2837a9cb3
commit 83f65146ab
2 changed files with 3 additions and 0 deletions

View file

@ -79,6 +79,8 @@ let
# Filesystems. # Filesystems.
"systemd-fsck@.service" "systemd-fsck@.service"
"systemd-fsck-root.service" "systemd-fsck-root.service"
"systemd-growfs@.service"
"systemd-growfs-root.service"
"systemd-remount-fs.service" "systemd-remount-fs.service"
"systemd-pstore.service" "systemd-pstore.service"
"local-fs.target" "local-fs.target"

View file

@ -56,6 +56,7 @@ let
"systemd-ask-password-console.path" "systemd-ask-password-console.path"
"systemd-ask-password-console.service" "systemd-ask-password-console.service"
"systemd-fsck@.service" "systemd-fsck@.service"
"systemd-growfs@.service"
"systemd-halt.service" "systemd-halt.service"
"systemd-hibernate-resume@.service" "systemd-hibernate-resume@.service"
"systemd-journald-audit.socket" "systemd-journald-audit.socket"