Skip to content

Commit

Permalink
README: add the store path registration to the configuration sample
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Sep 1, 2021
1 parent 9102678 commit c27a015
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ ready to be built:
fsType = "ext4";
};
boot.loader.grub.devices = [ "/dev/bogus" ];
boot.postBootCommands = ''
PATH=${pkgs.nix}/bin /nix/.nix-netboot-serve-db/register
'';
};
}).system
```
Expand Down

0 comments on commit c27a015

Please sign in to comment.