Merge pull request #199784 from Majiir/fix-plymouth-start

nixos/plymouth: don't start Plymouth on config switch
This commit is contained in:
Sandro 2023-01-31 15:47:45 +01:00 committed by GitHub
commit c3b1fd8ba1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -146,6 +146,9 @@ in
systemd.services.systemd-ask-password-plymouth.wantedBy = [ "multi-user.target" ];
systemd.paths.systemd-ask-password-plymouth.wantedBy = [ "multi-user.target" ];
# Prevent Plymouth taking over the screen during system updates.
systemd.services.plymouth-start.restartIfChanged = false;
boot.initrd.systemd = {
extraBin.plymouth = "${plymouth}/bin/plymouth"; # for the recovery shell
storePaths = [