mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
docs: update HowTo module instructions
This commit is contained in:
parent
a8c966ee11
commit
307365d9f9
1 changed files with 2 additions and 2 deletions
|
@ -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> ];
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue