Merge pull request 'docs: fix diskLayouts' (#1182) from a-kenji-documentation/fix/docs into main
All checks were successful
checks / check-links (push) Successful in 14s
checks / checks (push) Successful in 38s
checks / checks-impure (push) Successful in 1m50s

This commit is contained in:
clan-bot 2024-04-12 14:54:54 +00:00
commit f61a78a1cf

View File

@ -46,6 +46,13 @@ nvme0n1 nvme-eui.e8238fa6bf530001001b448b4aec2929 476.9G
Now change the following lines of your configuration you want to deploy.
We need to set the hardware specific `disk-id` (i.e. `nvme-eui.e8238fa6bf530001001b448b4aec2929`)
Import the clan `diskLayouts` Module.
```
imports = [
clan-core.clanModules.diskLayouts
]
```
```nix
# flake.nix / configuration.nix
clan.diskLayouts.singleDiskExt4 = {
@ -160,4 +167,4 @@ This is useful for machines that are not always online or are not part of the re
# TODO:
* TODO: How to join others people zerotier
* `services.zerotier.joinNetworks = [ "network-id" ]`
* Controller needs to approve over webinterface or cli
* Controller needs to approve over webinterface or cli