Skip to content

Commit 83f6514

Browse files
committed
nixos/systemd: systemd-growfs* units are real files now
`systemd-growfs@.service` and `systemd-growfs-root.service` became real units since: systemd/systemd@50072cc we need to add them to the nixos module so growfs works again
1 parent d2837a9 commit 83f6514

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

nixos/modules/system/boot/systemd.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ let
7979
# Filesystems.
8080
"systemd-fsck@.service"
8181
"systemd-fsck-root.service"
82+
"systemd-growfs@.service"
83+
"systemd-growfs-root.service"
8284
"systemd-remount-fs.service"
8385
"systemd-pstore.service"
8486
"local-fs.target"

nixos/modules/system/boot/systemd/initrd.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ let
5656
"systemd-ask-password-console.path"
5757
"systemd-ask-password-console.service"
5858
"systemd-fsck@.service"
59+
"systemd-growfs@.service"
5960
"systemd-halt.service"
6061
"systemd-hibernate-resume@.service"
6162
"systemd-journald-audit.socket"

0 commit comments

Comments
 (0)