From 5126dd4ed66d60310d782ceb79e41f853240674d Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Fri, 3 Apr 2026 03:04:16 +0200 Subject: [PATCH] yggdrasil: enable ntsync --- modules/hosts/yggdrasil/hardware.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/hosts/yggdrasil/hardware.nix b/modules/hosts/yggdrasil/hardware.nix index 238a1fa..ebd32d8 100644 --- a/modules/hosts/yggdrasil/hardware.nix +++ b/modules/hosts/yggdrasil/hardware.nix @@ -44,7 +44,10 @@ "usb_storage" "sd_mod" ]; - kernelModules = [ "kvm-amd" ]; + kernelModules = [ + "kvm-amd" + "ntsync" + ]; };