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

@@ -24,8 +24,6 @@ in
};
boot.initramfs.enable = true;
system.outputs = {
systemConfiguration =
pkgs.systemconfig config.filesystem.contents;
rootfs =
let
inherit (pkgs.pkgsBuildBuild) runCommand mtdutils;