nixos/gotify-server: update test

This commit is contained in:
DCsunset 2024-07-30 17:40:17 -04:00
parent 0c2918fc91
commit a191e88a1a

View File

@ -9,7 +9,9 @@ import ./make-test-python.nix ({ pkgs, lib, ...} : {
services.gotify = { services.gotify = {
enable = true; enable = true;
port = 3000; environment = {
GOTIFY_SERVER_PORT = 3000;
};
}; };
}; };