Remove the NixOS 22.11 support

Because the option `nodes.domain1.services.dnsmasq.settings' does not
exist.
This commit is contained in:
Antoine Eiche 2023-05-24 23:37:17 +02:00
parent a948c49ca7
commit 1bcfcf786b

View file

@ -24,10 +24,6 @@
name = "unstable"; name = "unstable";
pkgs = nixpkgs.legacyPackages.${system}; pkgs = nixpkgs.legacyPackages.${system};
} }
{
name = "22.11";
pkgs = nixpkgs-22_11.legacyPackages.${system};
}
]; ];
testNames = [ testNames = [
"internal" "internal"