From c3378a3cbd7aa2d605ce3cbdce1ca482d76d0eb3 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 17 Jul 2023 18:33:03 +0000 Subject: [PATCH] Boom --- readme.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f559328..a2aba60 100755 --- a/readme.md +++ b/readme.md @@ -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?