diff --git a/docs/admins/02-machines.md b/docs/admins/02-machines.md index bade2344..9d588cbc 100644 --- a/docs/admins/02-machines.md +++ b/docs/admins/02-machines.md @@ -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 \ No newline at end of file +* Controller needs to approve over webinterface or cli