dot.nix/hosts/x86/proxy/config/newt.nix
Chris Toph 39f0026f52 Replace caddy proxies with Pangolin and Newt; initial work in proxy
- Adds new container services for pangolin and newt
- Removes caddy configuration for proxy
2025-06-14 01:17:25 -04:00

8 lines
168 B
Nix

{
services.newt = {
enable = true;
id = "1jh3j2bhucdiq09";
secret = "f51n59bjwbg9c1wuyjg62my634mqqs1y199cwd1bxq3bes6p";
useHostNetwork = true;
};
}