Commit a191e88a authored by DCsunset's avatar DCsunset
Browse files

nixos/gotify-server: update test

parent 0c2918fc
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -9,7 +9,9 @@ import ./make-test-python.nix ({ pkgs, lib, ...} : {

    services.gotify = {
      enable = true;
      port = 3000;
      environment = {
        GOTIFY_SERVER_PORT = 3000;
      };
    };
  };