small sisyphe update

This commit is contained in:
chloe 2025-09-30 12:42:17 +02:00
parent 0e1b49a4a7
commit 1ec09c0571
5 changed files with 7 additions and 83 deletions

View file

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