feat(42/irc): setup the irc server service
This commit is contained in:
parent
dc68443661
commit
a1bc1e4074
5 changed files with 75 additions and 2 deletions
|
|
@ -57,6 +57,7 @@
|
|||
programs = {
|
||||
zsh.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
bat
|
||||
cairo
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
../global.nix
|
||||
./hardware-configuration.nix
|
||||
../../modules/games/global.nix
|
||||
../../services/forty_two.nix
|
||||
../../services/discord.nix
|
||||
../../services/games.nix
|
||||
../../services/web.nix
|
||||
|
|
@ -18,6 +19,7 @@
|
|||
};
|
||||
|
||||
service = {
|
||||
forty_two.irc = true;
|
||||
web.portefolio = true;
|
||||
minecraft = {
|
||||
enium-pv = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue