From f6233cd48287129411ec67813812430d6329e4ec Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Wed, 1 Apr 2026 08:35:44 -0700 Subject: Add ntsync kernel module @caladan --- hosts/caladan/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/caladan') diff --git a/hosts/caladan/hardware-configuration.nix b/hosts/caladan/hardware-configuration.nix index d6d22f5..645d43e 100644 --- a/hosts/caladan/hardware-configuration.nix +++ b/hosts/caladan/hardware-configuration.nix @@ -12,7 +12,7 @@ extraModulePackages = [ ]; initrd.availableKernelModules = [ "nvme" "xhci_pci" "usb_storage" "sd_mod" ]; initrd.kernelModules = [ ]; - kernelModules = [ "kvm-amd" ]; + kernelModules = [ "kvm-amd" "ntsync" ]; #zfs.extraPools = [ "data" ]; }; -- cgit v1.2.3