nix/home/services/pantalaimon.nix

16 lines
312 B
Nix

{
services.pantalaimon = {
enable = true;
settings = {
Default = {
LogLevel = "Debug";
SSL = true;
};
thehedgeh0g = {
Homeserver = "https://colony.jupiterbroadcasting.com";
ListenAddress = "127.0.0.1";
ListenPort = 8008;
};
};
};
}