Upgrade linode

This commit is contained in:
Greg Hellings
2023-05-11 14:34:23 +00:00
parent c0417e9590
commit 262d044229
5 changed files with 27 additions and 4 deletions
+15
View File
@@ -0,0 +1,15 @@
{ ... }:
{
services = {
odoo = {
enable = true;
domain = "doublel.thehellings.com";
settings.options = {
db_host = "localhost";
db_port = "5432";
db_user = "odoo";
dbfilter = "^doublel.*$";
};
};
};
}