add script to fetch netbox data and write to local files

This commit is contained in:
lilly 2025-02-21 21:15:20 +01:00
commit eab11d4a5b
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
6 changed files with 96 additions and 2 deletions

View file

@ -2,5 +2,6 @@
{
# add new packages here as:
# name = pkgs.callPackage ./package-source.nix {};
fetch-netbox-data = pkgs.callPackage ./fetch-netbox-data { };
installer = flake.outputs.nixosConfigurations.installer.config.system.build.isoImage;
}