This commit is contained in:
death916 2025-08-01 02:36:05 -07:00
parent 7c3e6480bd
commit da4c7f076d

18
modules/soju.nix Normal file
View file

@ -0,0 +1,18 @@
{
config,
lib,
pkgs,
...
}:
{
config = {
services.soju = {
enable = true;
hostName = "oracle";
listen = [ "irc+insecure://0.0.0.0" ];
};
};
}