modules/rpi-netboot: remove fscache again

This commit is contained in:
Astro 2024-02-22 18:25:50 +01:00
parent 172d40f960
commit d855a56a10
1 changed files with 0 additions and 7 deletions

View File

@ -76,11 +76,4 @@
echo "dwc_otg.lpm_enable=0 init=${config.system.build.toplevel}/init ${toString config.boot.kernelParams}" > $out/cmdline.txt
'';
# NFS caching
services.cachefilesd = {
enable = true;
cacheDir = "/tmp/fscache";
};
systemd.services.cachefilesd.serviceConfig.PrivateTmp = lib.mkForce false;
}