move hive to toplevel
This commit is contained in:
@@ -12,11 +12,11 @@ let
|
||||
allowLocalDeployment = true;
|
||||
targetHost = null;
|
||||
};
|
||||
imports = [ ../configuration.nix ];
|
||||
imports = [ ./configuration.nix ];
|
||||
};
|
||||
|
||||
compute = import ./compute { inherit pkgs; };
|
||||
nfs0 = import ./nfs0 { inherit pkgs; };
|
||||
nfs1 = import ./nfs1 { inherit pkgs; };
|
||||
compute = import ./cluster/compute { inherit pkgs; };
|
||||
nfs0 = import ./cluster/nfs0 { inherit pkgs; };
|
||||
nfs1 = import ./cluster/nfs1 { inherit pkgs; };
|
||||
in
|
||||
{ inherit ekman; } // compute // nfs0 // nfs1
|
||||
Reference in New Issue
Block a user