enable n8n on arrow

This commit is contained in:
Noah Masur
2024-05-06 14:26:24 -04:00
parent 0c399fc269
commit 452afd70c1
4 changed files with 13 additions and 12 deletions

View File

@ -125,6 +125,10 @@
type = lib.types.str;
description = "Hostname for IRC services.";
};
n8n = lib.mkOption {
type = lib.types.str;
description = "Hostname for n8n automation.";
};
transmission = lib.mkOption {
type = lib.types.str;
description = "Hostname for peer2peer downloads (Transmission).";