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."/" = {