feat: add halloy with a superbasic configuration
This commit is contained in:
parent
2bb7ef34f9
commit
a3e556464d
3 changed files with 48 additions and 17 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue