about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/workstation/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/workstation/default.nix b/modules/workstation/default.nix
index 5ae018f80964..e46dee279760 100644
--- a/modules/workstation/default.nix
+++ b/modules/workstation/default.nix
@@ -7,6 +7,8 @@
     ./dict ./emacs ./gnupg ./lorri ./mail ./mpv ./weechat
   ];
 
+  boot.kernelParams = [ "preempt=full" ];
+
   environment.systemPackages = with pkgs; [
     dino ffmpeg mosh mpv nix-index qemu youtube-dl
   ];