mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-30 19:09:35 +01:00
kinda confused on how to use irc server
This commit is contained in:
parent
5e1fbf2fe3
commit
7e62493d21
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…
Reference in a new issue