forked from fediversity/fediversity
netbox: unpass system
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
95a8b41e02
commit
e64457a4d0
1 changed files with 1 additions and 2 deletions
|
|
@ -5,7 +5,6 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
inherit (pkgs) system;
|
|
||||||
inherit (pkgs.callPackage ../../utils.nix { }) evalOption;
|
inherit (pkgs.callPackage ../../utils.nix { }) evalOption;
|
||||||
backendPort = builtins.toString 8080;
|
backendPort = builtins.toString 8080;
|
||||||
tfBackend = fragment: {
|
tfBackend = fragment: {
|
||||||
|
|
@ -13,7 +12,7 @@ let
|
||||||
};
|
};
|
||||||
inherit
|
inherit
|
||||||
(pkgs.callPackage ../../run {
|
(pkgs.callPackage ../../run {
|
||||||
inherit sources system;
|
inherit sources;
|
||||||
})
|
})
|
||||||
tf-netbox-store-ips
|
tf-netbox-store-ips
|
||||||
tf-netbox-get-ip
|
tf-netbox-get-ip
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue