fixed even more url

This commit is contained in:
chloe 2025-05-10 10:21:23 +02:00
parent 3ce26a6c3e
commit dc18cc850f
8 changed files with 48 additions and 41 deletions

View file

@ -1,4 +1,4 @@
{config, pkgs, ...}:
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [ ircdHybrid ];
@ -6,15 +6,16 @@
enable = true;
serverName = "irc.rougebordeaux.xyz";
description = "welcome to the silly kittens hut !! meow:3";
adminEmail = "admin@rougebordeaux.xyz;
adminEmail = "admin@rougebordeaux.xyz";
};
/**environment.etc = {
"ircd.conf" = {
text =''
'';
mode = "440";
};
};**/
/**
environment.etc = {
"ircd.conf" = {
text =''
'';
mode = "440";
};
};*
*/
}