We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee29cc3 commit e961adeCopy full SHA for e961ade
flake.lock
nix/metal/bitteProfile/default.nix
@@ -2,7 +2,7 @@
2
inputs,
3
cell,
4
}: let
5
- inherit (inputs) nixpkgs;
+ inherit (inputs) nixpkgs openziti;
6
inherit (inputs.bitte-cells) patroni;
7
in {
8
default = {
@@ -251,10 +251,10 @@ in {
251
252
modules = [
253
(bitte + /profiles/common.nix)
254
- (bitte + /modules/ziti/ziti-controller.nix)
255
- (bitte + /modules/ziti/ziti-router.nix)
256
- (bitte + /modules/ziti/ziti-console.nix)
257
- (bitte + /modules/ziti/ziti-edge-tunnel.nix)
+ openziti.nixosModules.ziti-controller
+ openziti.nixosModules.ziti-router
+ openziti.nixosModules.ziti-console
+ openziti.nixosModules.ziti-edge-tunnel
258
./ziti.nix
259
];
260
0 commit comments