+core in service tiers

This commit is contained in:
m3tam3re 2025-04-10 12:43:49 +02:00
parent 50af8d01fb
commit 9e277f6021

View File

@ -9,11 +9,11 @@
with lib; let with lib; let
tiers = { tiers = {
starter = { starter = {
services = ["portainer" "caddy" "n8n"]; services = ["core" "portainer" "caddy" "n8n"];
description = "Basic management tools"; description = "Basic management tools";
}; };
premium = { premium = {
services = ["portainer" "caddy" "n8n" "baserow"]; services = ["core" "portainer" "caddy" "n8n" "baserow"];
description = "Automation and database tools"; description = "Automation and database tools";
}; };
}; };