Merge pull request #213182 from flokli/systemd-cryptenroll-not-broken

nixosTests.systemd-cryptenroll: mark as not broken

Nick Cao fc975d65 3a6a3348

Changed files
-1
nixos
-1
nixos/tests/systemd-cryptenroll.nix
···
name = "systemd-cryptenroll";
meta = with pkgs.lib.maintainers; {
maintainers = [ ymatsiuk ];
-
broken = true; # times out after two hours, details -> https://github.com/NixOS/nixpkgs/issues/167994
};
nodes.machine = { pkgs, lib, ... }: {