From 4427afbce1429795a3a40ef428660da752fe9fdb Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 30 Dec 2024 19:12:03 +0400 Subject: [PATCH] add sakoserver to hive.nix --- hive.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hive.nix b/hive.nix index a282e704..84168d22 100644 --- a/hive.nix +++ b/hive.nix @@ -15,4 +15,9 @@ in { }; imports = [ ./default.nix ./hosts/sakotop/configuration.nix ]; }; + + sakoserver = { names, nodes, ... }: { + deployment = { tags = [ "server" ]; }; + imports = [ ./hosts/sakoserver/configuration.nix ]; + }; }