mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-07 22:20:33 +02:00
irc config
This commit is contained in:
parent
e04301b9ff
commit
b912d4c809
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
{config, pkgs, ...}:
|
{config, pkgs, ...}:
|
||||||
{
|
{
|
||||||
|
environment.systemPackages = with pkgs; [ ircdHybrid ];
|
||||||
|
|
||||||
services.ircdHybrid = {
|
services.ircdHybrid = {
|
||||||
enable = true;
|
enable = true;
|
||||||
serverName = "irc.hypervirtual.world";
|
serverName = "irc.hypervirtual.world";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue