1 import ./make-test-python.nix {
5 private = { config, pkgs, ... }: {
8 plugins = [ pkgs.theLoungePlugins.themes.solarized ];
12 public = { config, pkgs, ... }: {
13 services.thelounge = {
23 for machine in machines:
24 machine.wait_for_unit("thelounge.service")
25 machine.wait_for_open_port(9000)
27 private.wait_until_succeeds("journalctl -u thelounge.service | grep thelounge-theme-solarized")
28 private.wait_until_succeeds("journalctl -u thelounge.service | grep 'in private mode'")
29 public.wait_until_succeeds("journalctl -u thelounge.service | grep 'in public mode'")