commit 2effce3b0dc82d59f8f0898b32efb2c50cb3b8cf from: Benjamin Stürz date: Fri Jul 19 22:09:07 2024 UTC etc: update files commit - 5394fd08e299db60b54dc88104694665fb1b3166 commit + 2effce3b0dc82d59f8f0898b32efb2c50cb3b8cf blob - fd4e07a24126218f5318872cc66b4db43e8e967d blob + e760e1c9debd8bba3f4a5d401424b14453f942d6 --- etc/OpenBSD/apm/resume +++ etc/OpenBSD/apm/resume @@ -4,3 +4,5 @@ rcctl start obsdfreqd sndioctl output.mute=1 sndioctl output.level=0.5 wsconsctl mouse2.reverse_scrolling=1 + +! mount | grep -q '/mnt/data' && ping -c1 -w1 192.168.64.10 >/dev/null 2>&1 && mount /mnt/data blob - 67d03894079125a74e4411c501a3efef62e40d3a blob + ae316ec569515820e6a238b9ba0c5a66eb783101 --- etc/OpenBSD/apm/suspend +++ etc/OpenBSD/apm/suspend @@ -1,2 +1,3 @@ #!/bin/sh pkill -USR1 xidle +umount -f /mnt/data blob - 20b7ec6e9725a61661e7d28b0b8788b6be129969 blob + b50cc32c23cf20ffd861a55ecdcd5db0d8cb4ece --- etc/OpenBSD/sysctl.conf +++ etc/OpenBSD/sysctl.conf @@ -1,3 +1,6 @@ hw.smt=1 net.inet.ip.forwarding=1 net.inet6.ip6.forwarding=1 +vfs.nfs.iothreads=20 +kern.audio.record=1 +kern.video.record=1