Upgrade linode
This commit is contained in:
@@ -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.*$";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user