- Remove Caddy config files for multiple hosts - Add Newt service configuration to cloud, komo, and sock
8 lines
168 B
Nix
8 lines
168 B
Nix
{
|
|
services.newt = {
|
|
enable = true;
|
|
id = "7o2m62kaxpoi5pb";
|
|
secret = "t97xvz0itdkga6jr8x88oddxijzs73yslpsunlvyqu9xiyys";
|
|
useHostNetwork = true;
|
|
};
|
|
}
|