2022-01-31 12:05:40 -06:00
|
|
|
# Router
|
2021-07-10 14:04:31 -05:00
|
|
|
|
2022-01-31 12:05:40 -06:00
|
|
|
Yeah yeah I need to document this better.
|
|
|
|
|
|
|
|
# Setup
|
|
|
|
|
2022-01-31 16:44:36 -06:00
|
|
|
With a fresh Arch Linux system:
|
|
|
|
|
2022-01-31 17:08:44 -06:00
|
|
|
- Install base packages as from dotfiles (plus ones used below)
|
2022-01-31 12:05:40 -06:00
|
|
|
- Run `./link.fish` script
|
2022-01-31 16:44:36 -06:00
|
|
|
- Enable and restart the following services:
|
2022-01-31 12:05:40 -06:00
|
|
|
- `nftables`
|
2022-01-31 17:08:44 -06:00
|
|
|
- `systemd-sysctl`
|
|
|
|
- `systemd-resolved`
|
2022-01-31 12:05:40 -06:00
|
|
|
- `systemd-networkd`
|
2022-01-31 17:08:44 -06:00
|
|
|
- `dnsmasq`
|
2022-01-31 16:44:36 -06:00
|
|
|
- `dhcpcd`
|
|
|
|
- Run `mkinitcpio -p linux`
|
2022-01-31 12:05:40 -06:00
|
|
|
- Reboot
|
2022-01-31 17:08:44 -06:00
|
|
|
|
|
|
|
# TODO:
|
|
|
|
|
2022-01-31 17:13:10 -06:00
|
|
|
- Script this whole thing? NixOS/declarative?
|
|
|
|
- `link.fish` could just write to these files instead of copying them?
|