plymouth
This commit is contained in:
@@ -70,6 +70,7 @@ in {
|
|||||||
#targets.hyprland.enable = false; does not exist in the MR version yet
|
#targets.hyprland.enable = false; does not exist in the MR version yet
|
||||||
targets = {
|
targets = {
|
||||||
grub.enable = false;
|
grub.enable = false;
|
||||||
|
plymouth.enable = false;
|
||||||
};
|
};
|
||||||
fonts = {
|
fonts = {
|
||||||
serif = config.stylix.fonts.sansSerif;
|
serif = config.stylix.fonts.sansSerif;
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./modules/battery.nix
|
./modules/battery.nix
|
||||||
|
../../modules/misc/faster-boot-time.nix
|
||||||
../../modules/ecryptfs.nix
|
../../modules/ecryptfs.nix
|
||||||
#../../modules/fh/scanning.nix
|
#../../modules/fh/scanning.nix
|
||||||
../../modules/support/ntfs.nix
|
../../modules/support/ntfs.nix
|
||||||
@@ -90,6 +91,18 @@
|
|||||||
services.blueman.enable = true;
|
services.blueman.enable = true;
|
||||||
hardware.bluetooth.enable = true; # enables support for Bluetooth
|
hardware.bluetooth.enable = true; # enables support for Bluetooth
|
||||||
hardware.bluetooth.powerOnBoot = false; # powers up the default Bluetooth controller on boot
|
hardware.bluetooth.powerOnBoot = false; # powers up the default Bluetooth controller on boot
|
||||||
|
boot = {
|
||||||
|
consoleLogLevel = 3;
|
||||||
|
initrd.verbose = false;
|
||||||
|
plymouth.enable = true;
|
||||||
|
kernelParams = [
|
||||||
|
"quiet"
|
||||||
|
"splash"
|
||||||
|
"boot.shell_on_fail"
|
||||||
|
"udev.log_priority=3"
|
||||||
|
"rd.systemd.show_status=auto"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
age.identityPaths =
|
age.identityPaths =
|
||||||
[ "/home/kopatz/.ssh/id_ed25519" "/etc/ssh/ssh_host_ed25519_key" ];
|
[ "/home/kopatz/.ssh/id_ed25519" "/etc/ssh/ssh_host_ed25519_key" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user