add build-host tftp server

This commit is contained in:
Daniel Barlow
2022-10-04 23:08:43 +01:00
parent f9626d00f4
commit e7987c9520
5 changed files with 114 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ let
# this exists so that you can run "nix-store -q --tree" on it and find
# out what's in the image, which is nice if it's unexpectedly huge
manifest = writeText "manifest.json" (builtins.toJSON config.filesystem.contents);
tftpd = nixpkgs.pkgs.buildPackages.tufted;
};
in {
outputs = outputs // { default = outputs.${device.outputs.default}; };