overlays/nginx-test: drop

This commit is contained in:
2024-05-13 07:04:00 +02:00
parent a57b5f07f9
commit c267820426
2 changed files with 1 additions and 35 deletions

View File

@@ -65,9 +65,7 @@
pkgs = import nixpkgs {
inherit system;
overlays = [
(import ./overlays/nginx-test.nix
(builtins.attrNames self.nixosConfigurations.${name}.config.security.acme.certs)
)
# Global overlays go here
] ++ config.overlays or [ ];
};
}