From 78c36c5384548ba5cf8835cc0b272d2e3381b0ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sun, 16 Mar 2025 08:33:29 +0100 Subject: [PATCH] Correctly load ptp_kvm --- hosts/template/hardware-configuration.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/template/hardware-configuration.nix b/hosts/template/hardware-configuration.nix index 9432561..48bf109 100644 --- a/hosts/template/hardware-configuration.nix +++ b/hosts/template/hardware-configuration.nix @@ -17,10 +17,11 @@ "virtio_scsi" "sd_mod" "sr_mod" - "ptp_kvm" ]; boot.initrd.kernelModules = [ "dm-snapshot" ]; - boot.kernelModules = [ ]; + boot.kernelModules = [ + "ptp_kvm" + ]; boot.extraModulePackages = [ ]; fileSystems."/" = {