mirror of
https://github.com/nix-community/disko.git
synced 2024-11-04 05:44:29 +03:00
Merge pull request #580 from Janik-Haag/master
docs: update HowTo module instructions
This commit is contained in:
commit
5d2d3e421a
@ -53,7 +53,7 @@ Then add the following to your configuration.nix in the `imports` list:
|
|||||||
|
|
||||||
```nix
|
```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
|
```nix
|
||||||
{
|
{
|
||||||
imports = [ <disko/modules/disko.nix> ];
|
imports = [ <disko/module.nix> ];
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user