mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 15:10:19 +02:00
kinda confused on how to use irc server
This commit is contained in:
parent
5e1fbf2fe3
commit
7e62493d21
2 changed files with 14 additions and 0 deletions
6
hosts/sisyphe/features/services/archivebox.nix
Normal file
6
hosts/sisyphe/features/services/archivebox.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{config, pkgs, ...}:
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
archivebox
|
||||||
|
];
|
||||||
|
}
|
|
@ -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";
|
||||||
|
};
|
||||||
|
};**/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue