Skip to content

Commit

Permalink
Merge pull request #612 from bam80/patch-1
Browse files Browse the repository at this point in the history
Update disko-install.md
  • Loading branch information
Lassulus authored Apr 23, 2024
2 parents 6fad976 + 515eae4 commit dea3141
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/disko-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ Add this to your flake.nix output:
{
nixosConfigurations.your-machine = inputs.nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
# to pass this flake into your configuration (see the example below)
specialArgs = {inherit self;};
modules = [
{
# TODO: add your NixOS configuration here, don't forget your hardware-configuration.nix as well!
Expand Down

0 comments on commit dea3141

Please sign in to comment.