mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
soju
This commit is contained in:
parent
7c3e6480bd
commit
da4c7f076d
1 changed files with 18 additions and 0 deletions
18
modules/soju.nix
Normal file
18
modules/soju.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
config = {
|
||||
services.soju = {
|
||||
|
||||
enable = true;
|
||||
hostName = "oracle";
|
||||
listen = [ "irc+insecure://0.0.0.0" ];
|
||||
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue