add ai mailer
This commit is contained in:
parent
3b043eaf6d
commit
9cfc423a38
9 changed files with 144 additions and 6 deletions
|
|
@ -29,7 +29,9 @@
|
|||
# microvm
|
||||
./modules/microvm.nix
|
||||
./modules/gitea-vm.nix
|
||||
./modules/vscode-server.nix # Add VS Code Server microvm
|
||||
# ./modules/vscode-server.nix # Add VS Code Server microvm
|
||||
|
||||
./modules/ai-mailer.nix
|
||||
|
||||
# web
|
||||
./modules/web
|
||||
|
|
@ -74,6 +76,7 @@
|
|||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"mongodb"
|
||||
"ai-mailer"
|
||||
];
|
||||
|
||||
time.timeZone = "Europe/Vienna";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue