From 4a54ce4d0021eb2db0346a1309bbacece4ac66b1 Mon Sep 17 00:00:00 2001 From: Thilo Hohlt <123883702+thiloho@users.noreply.github.com> Date: Wed, 7 Aug 2024 14:56:55 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0a0ad1..2c88b31 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +```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.