add sakopc to hive.nix
This commit is contained in:
parent
5d0c7500e4
commit
506cfb6e12
8
hive.nix
8
hive.nix
|
@ -16,6 +16,14 @@ in {
|
|||
imports = [ ./default.nix ./hosts/sakotop/configuration.nix ];
|
||||
};
|
||||
|
||||
sakopc = { names, nodes, ... }: {
|
||||
deployment = {
|
||||
allowLocalDeployment = true;
|
||||
targetHost = null;
|
||||
};
|
||||
imports = [ ./default.nix ./hosts/sakopc/configuration.nix ];
|
||||
};
|
||||
|
||||
sakoserver = { names, nodes, ... }: {
|
||||
deployment = { tags = [ "server" ]; };
|
||||
imports = [ ./hosts/sakoserver/configuration.nix ];
|
||||
|
|
Loading…
Reference in a new issue