documentation: improve configuration

This commit is contained in:
a-kenji
2024-04-14 15:00:41 +02:00
parent 09a5fd31a6
commit 5b846c7c6f
2 changed files with 3 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ Adding or configuring a new machine requires two simple steps:
└─nvme0n1p3 nvme-eui.e8238fa6bf530001001b448b4aec2929-part3 swap 16.8G
```
2. Edit the following fields inside the `flake.nix`
1. Edit the following fields inside the `flake.nix`
```nix title="clan-core.lib.buildClan"
buildClan {
@@ -86,7 +86,7 @@ Adding or configuring a new machine requires two simple steps:
ssh root@<target-computer> nixos-generate-config --no-filesystems --show-hardware-config > hardware-configuration.nix
```
2. Move the generated file into `machines/jon/hardware-configuration.nix` folder.
1. Move the generated file to `machines/jon/hardware-configuration.nix`.
### Initialize the facts

View File

@@ -90,4 +90,4 @@ With your flake created, explore how to add new machines by reviewing the docume
* How do I use Clan machines install to setup my current machine?
* I probably need the clan-core sshd module for that?
* We need to tell them that configuration.nix of a machine NEEDS to be under the directory CLAN_ROOT/machines/<machine-name> I think?
* We need to tell them that configuration.nix of a machine NEEDS to be under the directory CLAN_ROOT/machines/<machine-name> I think?