diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-01 20:11:19 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-01 20:11:19 +0200 |
| commit | 1a70e77b89e72812d9b035577cf713913be992dc (patch) | |
| tree | e5ec9e1c7747bd73330f8c884f2f68a897b331c1 /system | |
| parent | b0cdde709bd6b90f36829e1c648940e13d15df79 (diff) | |
Added the ntsync kernel module to system configuration
Diffstat (limited to 'system')
| -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; |
