docs: fix diskLayouts

This commit is contained in:
a-kenji
2024-04-12 16:44:00 +02:00
parent ae8e15dc5e
commit f76e6cfd1e

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