Merge pull request #234063 from nikstur/systemd-minimal-without-ukify
systemdMinimal: explicitly disable ukify
This commit is contained in:
commit
ed377113b4
@ -27689,6 +27689,7 @@ with pkgs;
|
||||
withTimesyncd = false;
|
||||
withTpm2Tss = false;
|
||||
withUserDb = false;
|
||||
withUkify = false;
|
||||
};
|
||||
systemdStage1 = systemdMinimal.override {
|
||||
pname = "systemd-stage-1";
|
||||
|
Loading…
Reference in New Issue
Block a user