mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
nixos/gotify-server: update test
This commit is contained in:
parent
0c2918fc91
commit
a191e88a1a
@ -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;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user