Correctly load ptp_kvm
Some checks failed
Run nix flake check / flake-check (push) Failing after 12m5s
Periodic flake update / flake-update (push) Successful in 3m51s

This commit is contained in:
Torjus Håkestad 2025-03-16 08:33:29 +01:00
parent e279e7d940
commit 78c36c5384
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

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