diff options
Diffstat (limited to 'system/boot.nix')
| -rw-r--r-- | system/boot.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/boot.nix b/system/boot.nix index a238999..f141ec0 100644 --- a/system/boot.nix +++ b/system/boot.nix @@ -6,6 +6,7 @@ boot = { kernelPackages = pkgs.linuxPackages_latest; + kernelModules = ["ntsync"]; initrd = { kernelModules = ["i915"]; systemd.enable = true; |
