mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -05:00
12e151d3e1
- startwl: move `chmod` out of if statement (ensure $XDG_RUNTIME_DIR properly has 0700 permission) - doas: add Void specified config - nftables: add note for future changes to block rules - grub: disable submenu |
||
---|---|---|
.. | ||
etc | ||
usr/lib/elogind/system-sleep | ||
README.md |
System
This directory contains some system configuration templates.
Networking notes
To setup networking without any network managers, dhcp client, etc.
# Add an address
ip address add 192.168.0.120/24 broadcast + dev eth0
# Add a route
ip route add default via 192.168.0.1 dev eth0
#or s|default|192.168.0.0/24|
# Set up DNS in /etc/resolv.conf
# nameserver 192.168.0.1
# nameserver 8.8.8.8