Skip to content

Commit

Permalink
Merge pull request #580 from Janik-Haag/master
Browse files Browse the repository at this point in the history
docs: update HowTo module instructions
  • Loading branch information
Lassulus authored Mar 24, 2024
2 parents a8c966e + 307365d commit 5d2d3e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/HowTo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
}
```

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

Expand Down

0 comments on commit 5d2d3e4

Please sign in to comment.