mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 05:19:33 +01:00
added irc server
This commit is contained in:
parent
7455e9981f
commit
f6f7636189
|
@ -5,6 +5,7 @@
|
|||
./homelab-dashboard.nix
|
||||
./nextcloud.nix
|
||||
# ./photoprism.nix
|
||||
./irc-server.nix
|
||||
./grafana.nix
|
||||
./forgejo.nix
|
||||
./synapse-matrix.nix
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
{config, pkgs, ...}:
|
||||
{
|
||||
services.ircdHybrid =
|
||||
{
|
||||
services.ircdHybrid = {
|
||||
enable = true;
|
||||
serverName = "irc.hypervirtual.world";
|
||||
description = "welcome to the silly kittens hut !! meow:3";
|
||||
};
|
||||
|
||||
serverName = "irc.hypervirtual.world";
|
||||
description = "welcome to the silly kittens hut !! meow:3";
|
||||
adminEmail = "admin@hypervirtual.world";
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue