krebs modules: reorder externals
This commit is contained in:
parent
acd91d2263
commit
109f6ab1c5
@ -102,13 +102,13 @@ let
|
|||||||
|
|
||||||
imp = lib.mkMerge [
|
imp = lib.mkMerge [
|
||||||
{ krebs = import ./external { inherit config; }; }
|
{ krebs = import ./external { inherit config; }; }
|
||||||
|
{ krebs = import ./external/kmein.nix { inherit config; }; }
|
||||||
|
{ krebs = import ./external/mic92.nix { inherit config; }; }
|
||||||
|
{ krebs = import ./external/palo.nix { inherit config; }; }
|
||||||
{ krebs = import ./jeschli { inherit config; }; }
|
{ krebs = import ./jeschli { inherit config; }; }
|
||||||
{ krebs = import ./krebs { inherit config; }; }
|
{ krebs = import ./krebs { inherit config; }; }
|
||||||
{ krebs = import ./lass { inherit config; }; }
|
{ krebs = import ./lass { inherit config; }; }
|
||||||
{ krebs = import ./makefu { inherit config; }; }
|
{ krebs = import ./makefu { inherit config; }; }
|
||||||
{ krebs = import ./external/palo.nix { inherit config; }; }
|
|
||||||
{ krebs = import ./external/mic92.nix { inherit config; }; }
|
|
||||||
{ krebs = import ./external/kmein.nix { inherit config; }; }
|
|
||||||
{ krebs = import ./tv { inherit config; }; }
|
{ krebs = import ./tv { inherit config; }; }
|
||||||
{
|
{
|
||||||
krebs.dns.providers = {
|
krebs.dns.providers = {
|
||||||
|
Loading…
Reference in New Issue
Block a user