n8n: deploy
This commit is contained in:
parent
7a893711dc
commit
28ce4a5feb
4 changed files with 79 additions and 5 deletions
|
@ -26,6 +26,7 @@
|
|||
./peertube.nix
|
||||
./outline.nix
|
||||
./vikunja.nix
|
||||
./n8n.nix
|
||||
];
|
||||
|
||||
system.stateVersion = "21.11";
|
||||
|
@ -153,7 +154,7 @@
|
|||
};
|
||||
|
||||
# Mail
|
||||
sops.secrets.mail-users = { owner = "maddy"; };
|
||||
sops.secrets.mail-users = { owner = "maddy"; reloadUnits = [ "maddy.service" ]; };
|
||||
cloud.mail = {
|
||||
enable = true;
|
||||
debug = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue