Add --no-reboot flag to clan machine install

This commit is contained in:
Qubasa
2024-05-12 23:38:37 +02:00
parent d574faf253
commit fd41badbc6
2 changed files with 19 additions and 8 deletions

View File

@@ -84,7 +84,7 @@ Adding or configuring a new machine requires two simple steps:
=== "**buildClan**"
```nix title="clan-core.lib.buildClan" hl_lines="17 22"
```nix title="clan-core.lib.buildClan" hl_lines="18 23"
buildClan {
# ...
machines = {
@@ -117,7 +117,7 @@ Adding or configuring a new machine requires two simple steps:
=== "**flakeParts**"
```nix title="clan-core.flakeModules.default" hl_lines="17 22"
```nix title="clan-core.flakeModules.default" hl_lines="18 23"
clan = {
# ...
machines = {