forked from fediversity/fediversity
parent
9e02939e5b
commit
eac6e2ddd9
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue