lol

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

nixos/plymouth: don't start Plymouth on config switch

authored by

Sandro and committed by
GitHub
c3b1fd8b 32af3946

+3
+3
nixos/modules/system/boot/plymouth.nix
··· 146 146 systemd.services.systemd-ask-password-plymouth.wantedBy = [ "multi-user.target" ]; 147 147 systemd.paths.systemd-ask-password-plymouth.wantedBy = [ "multi-user.target" ]; 148 148 149 + # Prevent Plymouth taking over the screen during system updates. 150 + systemd.services.plymouth-start.restartIfChanged = false; 151 + 149 152 boot.initrd.systemd = { 150 153 extraBin.plymouth = "${plymouth}/bin/plymouth"; # for the recovery shell 151 154 storePaths = [