add sakoserver to hive.nix
This commit is contained in:
parent
ea0f8639c5
commit
4427afbce1
5
hive.nix
5
hive.nix
|
@ -15,4 +15,9 @@ in {
|
||||||
};
|
};
|
||||||
imports = [ ./default.nix ./hosts/sakotop/configuration.nix ];
|
imports = [ ./default.nix ./hosts/sakotop/configuration.nix ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
sakoserver = { names, nodes, ... }: {
|
||||||
|
deployment = { tags = [ "server" ]; };
|
||||||
|
imports = [ ./hosts/sakoserver/configuration.nix ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue