Commit 2ea6b36076f1

Vincent Demeester <vincent@sbr.pm>
2025-04-17 18:27:39
systems: re-enable plymouth
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 4822d80
Changed files (1)
systems
common
systems/common/desktop/default.nix
@@ -14,17 +14,17 @@
     # ../virt
   ];
   # Enable Plymouth and surpress some logs by default.
-  # boot = {
-  #   # initrd.systemd.enable = true;
-  #   plymouth.enable = true;
-  #   kernelParams = [
-  #     # The 'splash' arg is included by the plymouth option
-  #     "quiet"
-  #     "loglevel=3"
-  #     "rd.udev.log_priority=3"
-  #     "vt.global_cursor_default=0"
-  #   ];
-  # };
+  boot = {
+    initrd.systemd.enable = true;
+    plymouth.enable = true;
+    kernelParams = [
+      # The 'splash' arg is included by the plymouth option
+      "quiet"
+      "loglevel=3"
+      "rd.udev.log_priority=3"
+      "vt.global_cursor_default=0"
+    ];
+  };
 
   hardware.graphics.enable = true;