Updates for work laptop.

This commit is contained in:
Darren 'Tadgy' Austin 2024-02-12 16:50:23 +00:00
commit d114bb36b0
31 changed files with 3996 additions and 44 deletions

3
etc/dhcpcd.exit-hook Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
[ "$interface" = "enp0s20f0u4c2" ] && [ "$reason" = "INFORM" ] && /usr/sbin/ip a add 172.16.246.254/24 dev "$interface"