netbox: unpass system (#575)

Reviewed-on: fediversity/fediversity#575
This commit is contained in:
Kiara Grouwstra 2025-11-06 19:04:36 +01:00
parent 9e02939e5b
commit eac6e2ddd9

View file

@ -5,7 +5,6 @@
...
}:
let
inherit (pkgs) system;
inherit (pkgs.callPackage ../../utils.nix { }) evalOption;
backendPort = builtins.toString 8080;
tfBackend = fragment: {
@ -13,7 +12,7 @@ let
};
inherit
(pkgs.callPackage ../../run {
inherit sources system;
inherit sources;
})
tf-netbox-store-ips
tf-netbox-get-ip