mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 02:41:35 +01:00
Update README.md
This commit is contained in:
@@ -14,4 +14,8 @@ sudo mkdir -p /var/www/archtika-websites
|
||||
sudo chown $USER:$(id -gn) /var/www/archtika-websites
|
||||
```
|
||||
|
||||
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.
|
||||
```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.
|
||||
|
||||
Reference in New Issue
Block a user