Boom
This commit is contained in:
parent
dc5536fd5f
commit
c3378a3cbd
1 changed files with 19 additions and 1 deletions
20
readme.md
20
readme.md
|
@ -9,12 +9,30 @@ make setup
|
||||||
reboot
|
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
|
```bash
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# System Updates
|
||||||
|
|
||||||
|
Should be done regularly for security reasons.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
make setup
|
||||||
|
reboot
|
||||||
|
```
|
||||||
|
|
||||||
|
# Quick Firewall Tweak
|
||||||
|
|
||||||
|
```bash
|
||||||
|
./firewall-edit.bash
|
||||||
|
```
|
||||||
|
|
||||||
# TODO:
|
# TODO:
|
||||||
|
|
||||||
- NixOS/declarative?
|
- NixOS/declarative?
|
||||||
|
|
Loading…
Reference in a new issue