From 04ed015a54dd82ece5ac095d96a7a101ea5ef268 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Wed, 13 Mar 2024 22:59:33 -0400 Subject: [PATCH] enabled plymouth on petalburg --- hosts/petalburg/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/petalburg/default.nix b/hosts/petalburg/default.nix index 509f4c4e..77f91982 100644 --- a/hosts/petalburg/default.nix +++ b/hosts/petalburg/default.nix @@ -54,6 +54,8 @@ in { # Pull latest Linux kernel. boot.kernelPackages = pkgs.linuxPackages_latest; + boot.plymouth.enable = true; + networking.hostName = "petalburg"; # Define your hostname. hardware.sensor.iio.enable = true;