Skip to content

Commit ba08ccc

Browse files
authored
docs: added linux systemctl command (#64)
1 parent 9b02ff8 commit ba08ccc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/modules/developer/pages/dev_environment.adoc

+8-1
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,23 @@ $ sudo vim /etc/nix/nix.conf
5858

5959
[source, text]
6060
----
61-
trusted-users = root camilowser
61+
trusted-users = root <your-user>
6262
----
6363

6464
- 3. Reboot nix service
6565

66+
.macOS
6667
[source, bash]
6768
----
6869
sudo launchctl kickstart -k system/org.nixos.nix-daemon
6970
----
7071

72+
.Linux
73+
[source, bash]
74+
----
75+
sudo systemctl restart nix-daemon.service
76+
----
77+
7178
== Direnv
7279

7380
Install https://direnv.net/docs/installation.html#from-system-packages[Direnv] to automatically load _Devenv_ on entering the directory and load other system settings.

0 commit comments

Comments
 (0)