From c27a01542bd1633243f9d4d3f74fa0436eb68d84 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Wed, 1 Sep 2021 17:32:57 -0400 Subject: [PATCH] README: add the store path registration to the configuration sample --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 11bb1aa..86d60af 100644 --- a/README.md +++ b/README.md @@ -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 ```