21 lines
208 B
Markdown
Executable file
21 lines
208 B
Markdown
Executable file
# Router
|
|
|
|
My little dual-NIC Arch Linux router configuration and scripts.
|
|
|
|
# Setup
|
|
|
|
```bash
|
|
make setup
|
|
reboot
|
|
```
|
|
|
|
# Update System to Match This Configuration
|
|
|
|
```bash
|
|
make
|
|
```
|
|
|
|
# TODO:
|
|
|
|
- NixOS/declarative?
|