From 83f65146ab1d5d55548d1dbe87a93d9ee8081ee0 Mon Sep 17 00:00:00 2001 From: Дамјан Георгиевски Date: Sun, 5 Mar 2023 20:05:00 +0100 Subject: 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 --- nixos/modules/system/boot/systemd.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos/modules/system/boot/systemd.nix') diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix index 679a663362b..895766a3361 100644 --- a/nixos/modules/system/boot/systemd.nix +++ b/nixos/modules/system/boot/systemd.nix @@ -79,6 +79,8 @@ let # Filesystems. "systemd-fsck@.service" "systemd-fsck-root.service" + "systemd-growfs@.service" + "systemd-growfs-root.service" "systemd-remount-fs.service" "systemd-pstore.service" "local-fs.target" -- cgit 1.4.1