mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
fixed even more url
This commit is contained in:
parent
3ce26a6c3e
commit
dc18cc850f
8 changed files with 48 additions and 41 deletions
|
@ -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";
|
||||
};
|
||||
};*
|
||||
*/
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue