EVERYTHING FROM THE OTHER REPO

This commit is contained in:
2026-07-29 03:36:26 +03:00
parent 6777ea96db
commit 92a6ae42f5
4426 changed files with 1696506 additions and 2 deletions
@@ -0,0 +1,4 @@
# udev rules for setting nvidia devices to the correct groups and permissions
SUBSYSTEM=="nv*", MODE="0660", GROUP="video"
KERNEL=="nvmap", SUBSYSTEM=="misc", MODE="0660", GROUP="video"
@@ -0,0 +1,2 @@
# This IP is also hard coded in /etc/network/interfaces
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", KERNEL=="eth*", NAME="eth0", RUN="/bin/sh -c 'ifconfig eth0 172.24.84.101'"