hopefully include the correct things for nfs???

This commit is contained in:
Charlotte 🦝 Delenk 2023-06-15 17:44:55 +01:00
parent 0c76480416
commit 0c3abc30d0
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -113,7 +113,11 @@
"phy-jh7110-pcie"
"pcie-starfive"
"nvme"
"nfsv4"
];
initrd.extraUtilsCommands = ''
copy_bin_and_libs ${pkgs.nfs-utils}/bin/mount.nfs
'';
blacklistedKernelModules = [
"clk-starfive-jh7110-vout"
];