aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-04-01 20:11:19 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-04-01 20:11:19 +0200
commit1a70e77b89e72812d9b035577cf713913be992dc (patch)
treee5ec9e1c7747bd73330f8c884f2f68a897b331c1
parentb0cdde709bd6b90f36829e1c648940e13d15df79 (diff)
Added the ntsync kernel module to system configuration
-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;