router/readme.md
Daniel Flanagan 7ec4eebc65 Whee!
2022-02-04 10:45:06 -06:00

614 B

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
  • Add any needed hosts to /etc/hosts
    • May be use dnsmasq's addn-hosts directive and copy a file from this repo
  • Reboot

TODO:

  • Script this whole thing? NixOS/declarative?
  • link.fish could just write to these files instead of copying them?