Update README.md

This commit is contained in:
Thilo Hohlt
2024-08-07 14:56:55 +02:00
committed by GitHub
parent 84987fc191
commit 4a54ce4d00

View File

@@ -14,4 +14,8 @@ sudo mkdir -p /var/www/archtika-websites
sudo chown $USER:$(id -gn) /var/www/archtika-websites sudo chown $USER:$(id -gn) /var/www/archtika-websites
``` ```
```bash
nix run .#dev-vm
```
For production, a separate `node` user can be created to run the systemd service for the node process; this user would have only the essential permissions to maintain the principle of least privilege. For production, a separate `node` user can be created to run the systemd service for the node process; this user would have only the essential permissions to maintain the principle of least privilege.