+m3-ares
This commit is contained in:
11
hosts/m3-ares/services/n8n.nix
Normal file
11
hosts/m3-ares/services/n8n.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
services.n8n = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
systemd.services.n8n = {
|
||||
environment = {
|
||||
N8N_SECURE_COOKIE = "false";
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user