router/readme.md
Daniel Flanagan 7e83b39f17 Update readme
2022-01-31 17:08:44 -06:00

24 lines
425 B
Markdown

# Router
Yeah yeah I need to document this better.
# Setup
With a fresh Arch Linux system:
- Install base packages as from dotfiles (plus ones used below)
- Run `./link.fish` script
- Enable and restart the following services:
- `nftables`
- `systemd-sysctl`
- `systemd-resolved`
- `systemd-networkd`
- `dnsmasq`
- `dhcpcd`
- Run `mkinitcpio -p linux`
- Reboot
# TODO:
Script this whole thing? NixOS/declarative?