summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichael Hoang <enzime@users.noreply.github.com>2024-11-15 14:03:43 +1100
committerMichael Hoang <enzime@users.noreply.github.com>2024-11-15 14:10:48 +1100
commitdae702993d18c608f07e9d320ccba816e9bce064 (patch)
treef7703d194fbe9a9bb51ca9744f9eb441a084ecb0 /README.md
parent6c71c49e2448e51ad830ed211024e6d0edc50116 (diff)
activate-system: remove `enable` option
Disabling this is not supported as `/run` gets cleared out on every reboot so it is necessary for ensuring that the `/run/current-system` symlink exists.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index b9e3de7..eb6228c 100644
--- a/README.md
+++ b/README.md
@@ -172,7 +172,7 @@ Furthermore there's `darwin-option` to introspect the settings of a system and i
> NOTE: `darwin-option` is only available to non-flake installations.
```
-$ darwin-option services.activate-system.enable
+$ darwin-option nix.linux-builder.enable
Value:
true
@@ -180,10 +180,10 @@ Default:
false
Example:
-no example
+true
Description:
-Whether to activate system at boot time.
+Whether to enable Linux builder.
```
There's also a small wiki https://github.com/LnL7/nix-darwin/wiki about