mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +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, ...}:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [ ircdHybrid ];
|
||||
|
||||
services.ircdHybrid = {
|
||||
enable = true;
|
||||
serverName = "irc.hypervirtual.world";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue