about summary refs log tree commit diff
path: root/nixos/tests/invoiceplane.nix
diff options
context:
space:
mode:
authorJonas Heinrich <onny@project-insanity.org>2022-10-02 14:46:51 +0200
committerJonas Heinrich <onny@project-insanity.org>2022-11-01 19:48:09 +0100
commita6e8bd09f38f70074ffb81eaef56719e5f55aa9a (patch)
treee48bf31f9b7722c68eee64a2c1812b69da8a191a /nixos/tests/invoiceplane.nix
parentfaacb60b6ed9a63cef1461e594e7a708448fd5bf (diff)
invoiceplane: 1.5.11 -> 1.6-beta-1
Diffstat (limited to 'nixos/tests/invoiceplane.nix')
-rw-r--r--nixos/tests/invoiceplane.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/invoiceplane.nix b/nixos/tests/invoiceplane.nix
index 4e63f8ac21c95..260e49db54d33 100644
--- a/nixos/tests/invoiceplane.nix
+++ b/nixos/tests/invoiceplane.nix
@@ -13,12 +13,12 @@ import ./make-test-python.nix ({ pkgs, ... }:
       services.invoiceplane.webserver = "caddy";
       services.invoiceplane.sites = {
         "site1.local" = {
-          #database.name = "invoiceplane1";
+          database.name = "invoiceplane1";
           database.createLocally = true;
           enable = true;
         };
         "site2.local" = {
-          #database.name = "invoiceplane2";
+          database.name = "invoiceplane2";
           database.createLocally = true;
           enable = true;
         };