My NixOS configuration.

fix: Disabling the plymouth lets my system boot.

-1
-1
hosts/fw13/configuration.nix
··· 15 15 boot = { 16 16 loader.systemd-boot.enable = true; 17 17 loader.efi.canTouchEfiVariables = true; 18 - plymouth.enable = true; 19 18 }; 20 19 21 20 networking = {