From 506cfb6e124a7cf53ab77fa6eb683e7be1877dd1 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 2 Jan 2025 22:47:20 +0400 Subject: [PATCH] add sakopc to hive.nix --- hive.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hive.nix b/hive.nix index 84168d22..2a6d1981 100644 --- a/hive.nix +++ b/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 ];