fix:  advanced-scene-switcher failed to compile, persist blender user directory
This commit is contained in:
Ryan Yin
2024-09-19 22:50:49 +08:00
parent 9b9ad93a88
commit 19a917f1d9
6 changed files with 52 additions and 29 deletions

View File

@@ -25,7 +25,6 @@
boot.initrd.kernelModules = [];
boot.kernelModules = ["kvm-intel"]; # kvm virtualization support
boot.extraModprobeConfig = "options kvm_intel nested=1"; # for intel cpu
boot.kernelParams = ["nvidia.NVreg_PreserveVideoMemoryAllocations=1"];
boot.extraModulePackages = [];
# clear /tmp on boot to get a stateless /tmp directory.
boot.tmp.cleanOnBoot = true;