diff --git a/modules/base/default.nix b/modules/base/default.nix index 2a0fc3ec..8ff19efc 100644 --- a/modules/base/default.nix +++ b/modules/base/default.nix @@ -56,6 +56,8 @@ environment.systemPackages = with pkgs; [ git htop moreutils ncdu ripgrep unzip zip ]; + boot.kernelParams = [ "mitigations=off" ]; + console = { colors = [ "f8f8f8"