diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix index 7104bdef541f..9477e8da435a 100644 --- a/nixos/tests/all-tests.nix +++ b/nixos/tests/all-tests.nix @@ -357,6 +357,12 @@ in _module.args.enableAutologin = false; _module.args.enableXWayland = false; }; + cosmic-autologin-noxwayland = runTest { + imports = [ ./cosmic.nix ]; + _module.args.testName = "cosmic-autologin-noxwayland"; + _module.args.enableAutologin = true; + _module.args.enableXWayland = false; + }; coturn = handleTest ./coturn.nix { }; couchdb = handleTest ./couchdb.nix { }; crabfit = handleTest ./crabfit.nix { };