This commit is contained in:
Daniel Flanagan 2023-07-17 18:33:03 +00:00
parent dc5536fd5f
commit c3378a3cbd
1 changed files with 19 additions and 1 deletions

View File

@ -9,12 +9,30 @@ make setup
reboot
```
# Update System to Match This Configuration
# Update Configuration Files
Copies the various services' configuration files from this repo into place and
restarts those services.
```bash
make
```
# System Updates
Should be done regularly for security reasons.
```bash
make setup
reboot
```
# Quick Firewall Tweak
```bash
./firewall-edit.bash
```
# TODO:
- NixOS/declarative?