Merge pull request #234063 from nikstur/systemd-minimal-without-ukify

systemdMinimal: explicitly disable ukify
This commit is contained in:
Arian van Putten 2023-05-26 13:23:18 +02:00 committed by GitHub
commit ed377113b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27689,6 +27689,7 @@ with pkgs;
withTimesyncd = false;
withTpm2Tss = false;
withUserDb = false;
withUkify = false;
};
systemdStage1 = systemdMinimal.override {
pname = "systemd-stage-1";