From 3dde381d9db571fb45b144d8cbb1b5db004e4cee Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sun, 6 Apr 2025 13:23:14 +0530 Subject: [PATCH] nixosTests.cosmic-autologin: init --- nixos/tests/all-tests.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix index b1e7639b9bc7..0ee231fcd03f 100644 --- a/nixos/tests/all-tests.nix +++ b/nixos/tests/all-tests.nix @@ -345,6 +345,12 @@ in _module.args.enableAutologin = false; _module.args.enableXWayland = true; }; + cosmic-autologin = runTest { + imports = [ ./cosmic.nix ]; + _module.args.testName = "cosmic-autologin"; + _module.args.enableAutologin = true; + _module.args.enableXWayland = true; + }; coturn = handleTest ./coturn.nix { }; couchdb = handleTest ./couchdb.nix { }; crabfit = handleTest ./crabfit.nix { };