mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-10-03 07:24:52 +02:00
small sisyphe update
This commit is contained in:
parent
0e1b49a4a7
commit
1ec09c0571
5 changed files with 7 additions and 83 deletions
|
@ -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";
|
||||
};
|
||||
};*
|
||||
*/
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue