From 1a70e77b89e72812d9b035577cf713913be992dc Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Wed, 1 Apr 2026 20:11:19 +0200 Subject: Added the ntsync kernel module to system configuration --- system/boot.nix | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3