14 current 2025-10-06 22:35:32 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-06 22:40:57 -05:00
parent 8ef24d079d
commit 49b987915b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config # flake for blakes nixos config
# define new devices in outputs # define new devices in outputs
# generation: 13 current 2025-10-06 22:31:54 25.05.20251001.5b5be50 6.12.49 * # generation: 14 current 2025-10-06 22:35:32 25.05.20251001.5b5be50 6.12.49 *
{ {
description = "blakes nix config"; description = "blakes nix config";
inputs = { inputs = {

View File

@@ -40,7 +40,7 @@
# testing! # testing!
boot.plymouth.enable = false; boot.plymouth.enable = false;
boot.initrd.systemd.enable = true; # optional, for nicer initrd logs boot.initrd.systemd.enable = true; # optional, for nicer initrd logs
boot.loader.systemd-boot.consoleMode = "auto"; # not "keep" or "max" boot.initrd.graphics.enable = false; # important: disables Plymouth splash
# use the systemd-boot EFI boot loader. # use the systemd-boot EFI boot loader.