mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 12:40:13 +00:00
enable n8n on arrow
This commit is contained in:
@ -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).";
|
||||
|
Reference in New Issue
Block a user