+core in service tiers
This commit is contained in:
parent
50af8d01fb
commit
9e277f6021
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user