remove public-reverse-proxy (it is now on ansible-infra)

This commit is contained in:
lilly 2026-02-18 12:12:18 +01:00
commit 9e5bad593e
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
4 changed files with 0 additions and 78 deletions

View file

@ -94,15 +94,6 @@
];
};
public-reverse-proxy = nixpkgs.lib.nixosSystem {
inherit system specialArgs;
modules = [
self.nixosModules.common
self.nixosModules.proxmox-vm
./config/hosts/public-reverse-proxy
];
};
matrix = nixpkgs.lib.nixosSystem {
inherit system specialArgs;
modules = [