Merge pull request #580 from Janik-Haag/master

docs: update HowTo module instructions
This commit is contained in:
lassulus 2024-03-24 13:21:35 +07:00 committed by GitHub
commit 5d2d3e421a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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