docs: update HowTo module instructions

This commit is contained in:
Janik H. 2024-03-24 01:27:02 +01:00
parent a8c966ee11
commit 307365d9f9
No known key found for this signature in database

View File

@ -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 = [ <disko/modules/disko.nix> ];
imports = [ <disko/module.nix> ];
}
```