add sakoserver to hive.nix

This commit is contained in:
Sakooooo 2024-12-30 19:12:03 +04:00
parent ea0f8639c5
commit 4427afbce1
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -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 ];
};
} }