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 = [ ]; } ```