mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-31 03:19:37 +01:00
irc config
This commit is contained in:
parent
e04301b9ff
commit
b912d4c809
|
@ -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…
Reference in a new issue