move o.systemConfiguration to initramfs module

as far as I can tell, we define it identically in every module
that uses initramfs
This commit is contained in:
Daniel Barlow
2023-12-11 21:47:15 +00:00
parent d707345891
commit 80528376a2
4 changed files with 2 additions and 6 deletions

View File

@@ -53,6 +53,8 @@ in
file /init ${pkgs.preinit}/bin/preinit 0755 0 0
SPECIALS
'';
systemConfiguration =
pkgs.systemconfig config.filesystem.contents;
};
};
}