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