From cde3f4e433c13a0ac875b9bdcb6f1406b6eae699 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 7 Aug 2023 21:53:03 -0600 Subject: [PATCH] [NixOS] Use plymouth in ryzen-shine --- nixos/machines/ryzen-shine.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixos/machines/ryzen-shine.nix b/nixos/machines/ryzen-shine.nix index 6a37dcfc..eb6c8c3a 100644 --- a/nixos/machines/ryzen-shine.nix +++ b/nixos/machines/ryzen-shine.nix @@ -12,6 +12,12 @@ linuxPackages_latest.perf ]; + boot.initrd.systemd.enable = true; + boot.plymouth = { + enable = true; + }; + boot.kernelParams = ["quiet"]; + services.autorandr = { enable = true; profiles = {