first commit
This commit is contained in:
14
hosts/AZ-LT-NIX/services/n8n.nix
Normal file
14
hosts/AZ-LT-NIX/services/n8n.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{...}: let
|
||||
serviceName = "n8n";
|
||||
in {
|
||||
services.${serviceName} = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
systemd.services.n8n = {
|
||||
environment = {
|
||||
N8N_SECURE_COOKIE = "false";
|
||||
N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS = "false";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user