From 1bc6d8c04692071393b752d32e1a9dd0165db2f2 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Sun, 13 Jul 2025 21:26:07 +0200 Subject: [PATCH] deploy: add warning about disko.nix --- docs/site/guides/getting-started/deploy.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/site/guides/getting-started/deploy.md b/docs/site/guides/getting-started/deploy.md index aa91c0450..dfa256550 100644 --- a/docs/site/guides/getting-started/deploy.md +++ b/docs/site/guides/getting-started/deploy.md @@ -181,6 +181,13 @@ You can have a look and customize it if needed. !!! tip For advanced partitioning, see [Disko templates](https://github.com/nix-community/disko-templates) or [Disko examples](https://github.com/nix-community/disko/tree/master/example). +!!! Danger + Don't change the `disko.nix` after the machine is installed for the first time. + + Changing disko configuration requires wiping and reinstalling the machine. + + Unless you really know what you are doing. + ## Deploy the machine **Finally deployment time!** Use one of the following commands to build and deploy the image via SSH onto your machine. @@ -267,4 +274,3 @@ clan { ``` This is useful for machines that are not always online or are not part of the regular update cycle. -