This commit is contained in:
Steph 2025-01-26 20:58:54 +01:00
parent 6ca5feb4bf
commit 7dfd657c5d

View File

@ -44,6 +44,7 @@
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
boot.initrd.systemd.enable = true;
boot.plymouth = {
enable = true;
};