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" + ]; };