Skip to content

Commit e961ade

Browse files
committed
cleanup: mv ziti modules upstream
1 parent ee29cc3 commit e961ade

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

flake.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/metal/bitteProfile/default.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
inputs,
33
cell,
44
}: let
5-
inherit (inputs) nixpkgs;
5+
inherit (inputs) nixpkgs openziti;
66
inherit (inputs.bitte-cells) patroni;
77
in {
88
default = {
@@ -251,10 +251,10 @@ in {
251251

252252
modules = [
253253
(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)
254+
openziti.nixosModules.ziti-controller
255+
openziti.nixosModules.ziti-router
256+
openziti.nixosModules.ziti-console
257+
openziti.nixosModules.ziti-edge-tunnel
258258
./ziti.nix
259259
];
260260

0 commit comments

Comments
 (0)