feat(demeter): migrate new configurations

This commit is contained in:
Youwen Wu 2024-11-27 17:18:28 -08:00
parent 477994706a
commit 3623b797f3
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
4 changed files with 67 additions and 41 deletions

View file

@ -28,6 +28,26 @@
};
};
boot = {
plymouth = {
enable = true;
font = "${config.stylix.fonts.monospace.package}/share/fonts/truetype/NerdFonts/CaskaydiaCoveNerdFontMono-Regular.ttf";
};
# Enable "Silent Boot"
consoleLogLevel = 3;
initrd.verbose = false;
kernelParams = [
"quiet"
"splash"
"boot.shell_on_fail"
"rd.systemd.show_status=false"
"rd.udev.log_level=3"
"udev.log_priority=3"
];
initrd.systemd.enable = true;
};
boot.lanzaboote = {
enable = true;
pkiBundle = "/etc/secureboot";
@ -70,6 +90,8 @@
NetworkManager-wait-online.enable = false;
};
hardware.enableAllFirmware = true;
# Enable the X11 windowing system.
# You can disable this if you're only using the Wayland session.
services.xserver.enable = false;