Skip to content

Commit

Permalink
odoo: force v16
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding committed Sep 28, 2024
1 parent 621ae0f commit 4caf00a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/management/odoo.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ self, config, lib, ... }:
{ self, config, lib, pkgs, ... }:

let
domain = "crm.${config.dd-ix.domain}";
Expand All @@ -12,6 +12,7 @@ in
services = {
odoo = {
enable = true;
package = pkgs.odoo16;
inherit domain;
settings = { };
};
Expand Down

0 comments on commit 4caf00a

Please sign in to comment.