feat: upgrade ekman to new cluster structure
This commit is contained in:
@@ -12,14 +12,14 @@ let
|
||||
allowLocalDeployment = true;
|
||||
targetHost = null;
|
||||
};
|
||||
imports = [ ./ekman/manage ];
|
||||
imports = [ ./manage ];
|
||||
};
|
||||
|
||||
ekman-login = import ./ekman/login { inherit pkgs; };
|
||||
c0 = import ./ekman/c0 { inherit pkgs; };
|
||||
c0x = import ./ekman/c0x { inherit pkgs; };
|
||||
c1 = import ./ekman/c1 { inherit pkgs; };
|
||||
fs-work = import ./ekman/fs-work { inherit pkgs; };
|
||||
fs-backup = import ./ekman/fs-backup { inherit pkgs; };
|
||||
login = import ./login { inherit pkgs; };
|
||||
c0 = import ./c0 { inherit pkgs; };
|
||||
c0x = import ./c0x { inherit pkgs; };
|
||||
c1 = import ./c1 { inherit pkgs; };
|
||||
fs-work = import ./fs-work { inherit pkgs; };
|
||||
fs-backup = import ./fs-backup { inherit pkgs; };
|
||||
in
|
||||
{ inherit ekman-manage; } // ekman-login // c0 // c0x // c1 // fs-work // fs-backup
|
||||
{ inherit ekman-manage; frontend = ekman-manage; } // login // c0 // c0x // c1 // fs-work // fs-backup
|
||||
|
||||
Reference in New Issue
Block a user