dot.nix/hosts/x86/komo/config/newt.nix
Chris Toph f62a612758 Replace Caddy with Newt service config
- Remove Caddy config files for multiple hosts
- Add Newt service configuration to cloud, komo, and sock
2025-06-14 01:18:26 -04:00

8 lines
168 B
Nix

{
services.newt = {
enable = true;
id = "7o2m62kaxpoi5pb";
secret = "t97xvz0itdkga6jr8x88oddxijzs73yslpsunlvyqu9xiyys";
useHostNetwork = true;
};
}