tests/default.nix: updated system.stateVersion

This commit is contained in:
2026-05-25 19:02:21 -04:00
parent fd776bb9b7
commit 6b0f38d59e
+4 -3
View File
@@ -1,4 +1,4 @@
{ modulesPath, ... }: { pkgs, modulesPath, ... }:
{ {
imports = [ imports = [
@@ -6,7 +6,7 @@
../nixos-module/invoiceninja.nix ../nixos-module/invoiceninja.nix
]; ];
system.stateVersion = "24.11"; system.stateVersion = "25.11";
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
@@ -18,9 +18,10 @@
services.invoiceninja = { services.invoiceninja = {
enable = true; enable = true;
proxy.server = "caddy"; proxy.server = "nginx";
adminAccount.passwordFile = ./invoice_ninja_test_password; adminAccount.passwordFile = ./invoice_ninja_test_password;
secretFile = ./test.env; secretFile = ./test.env;
settings.APP_DEBUG = true;
}; };
networking.firewall.enable = false; networking.firewall.enable = false;