feat: add halloy with a superbasic configuration

This commit is contained in:
Teesh 2026-02-01 23:15:23 +02:00
parent 2bb7ef34f9
commit a3e556464d
3 changed files with 48 additions and 17 deletions

View file

@ -9,6 +9,16 @@ rec {
flake.meta.git.name = "teesh3rt";
flake.meta.irc = {
server = {
name = "bouncer";
addr = "192.168.1.200";
port = 6667;
isBouncer = true;
};
password = "password";
};
flake.meta.location = "/home/${flake.meta.user.name}/dotfiles";
flake.meta.stateVersion = "25.11";
}