nixosTests.cosmic-autologin: init

authored by Pratham Patel and committed by Masum Reza 3dde381d d4ea9e9d

+6
+6
nixos/tests/all-tests.nix
··· 345 345 _module.args.enableAutologin = false; 346 346 _module.args.enableXWayland = true; 347 347 }; 348 + cosmic-autologin = runTest { 349 + imports = [ ./cosmic.nix ]; 350 + _module.args.testName = "cosmic-autologin"; 351 + _module.args.enableAutologin = true; 352 + _module.args.enableXWayland = true; 353 + }; 348 354 coturn = handleTest ./coturn.nix { }; 349 355 couchdb = handleTest ./couchdb.nix { }; 350 356 crabfit = handleTest ./crabfit.nix { };