aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/boot.nix1
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;