kinda confused on how to use irc server

This commit is contained in:
Harry 2025-01-23 22:08:43 +01:00
parent 5e1fbf2fe3
commit 7e62493d21
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{config, pkgs, ...}:
{
environment.systemPackages = with pkgs; [
archivebox
];
}

View file

@ -8,5 +8,13 @@
description = "welcome to the silly kittens hut !! meow:3"; description = "welcome to the silly kittens hut !! meow:3";
adminEmail = "admin@hypervirtual.world"; adminEmail = "admin@hypervirtual.world";
}; };
/**environment.etc = {
"ircd.conf" = {
text =''
'';
mode = "440";
};
};**/
} }