From 307365d9f997249a604e6ee426c8fdd4cc838adc Mon Sep 17 00:00:00 2001 From: "Janik H." Date: Sun, 24 Mar 2024 01:27:02 +0100 Subject: [PATCH] docs: update HowTo module instructions --- docs/HowTo.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/HowTo.md b/docs/HowTo.md index ce303e1..e5aa14e 100644 --- a/docs/HowTo.md +++ b/docs/HowTo.md @@ -53,7 +53,7 @@ Then add the following to your configuration.nix in the `imports` list: ```nix { - imports = [ "${(import ./nix/sources.nix).disko}/modules/disko.nix" ]; + imports = [ "${(import ./nix/sources.nix).disko}/module.nix" ]; } ``` @@ -72,7 +72,7 @@ Then add the following to your configuration.nix in the `imports` list: ```nix { - imports = [ ]; + imports = [ ]; } ```