1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00

updated tiny config

This commit is contained in:
eoli3n 2020-05-10 16:53:46 +02:00
parent 5123197184
commit dd29e08b0c
2 changed files with 17 additions and 9 deletions

@ -11,8 +11,8 @@
vars:
sasl_password: !vault |
$ANSIBLE_VAULT;1.1;AES256
64366266386438663938303735383239386166613462343234653934333132316463376530363536
6161653164303033303364303039343863623564653765620a613734643566666663666161633137
32323063316263336565633164333536313866366466623939323331353535373365393631643135
3239383364376362330a396365623231353364653066643731623531306238643665623336653030
6332
39373035363436313436346361366164616264383036613938306239363766343332633432306364
3331353965326465373031653833613439306130343732380a636464653265363737643263333665
39656231636466316438363231336339346562313830313534336663346636373733336435396266
3861613663613163630a393135623439346161343939376565376339613433633062353138393765
6664

@ -3,31 +3,39 @@ servers:
- addr: chat.freenode.net
port: 6697
tls: true
realname: yourname
realname: eoli3n
nicks:
- eoli3n
# Channels to automatically join
join:
- '#archlinux-fr'
- '#archlinux'
- '#gamedev-fr'
- '#nixos'
- '#nixos-fr'
# SASL authentication
sasl:
username: 'eoli3n'
password: '{{ sasl_password }}'
- addr: irc.oftc.net
port: 6697
tls: true
realname: eoli3n
nicks:
- eoli3n
# Defaults used when connecting to servers via the /connect command
defaults:
nicks:
- eoli3n
realname: yourname
realname: eoli3n
join: []
tls: false
# Where to put log files
log_dir: '/home/user/tiny_logs'
log_dir: '~/.tiny_logs'
# How to show timestamps. Should be a valid strftime() format string. Run `man
# strftime` in your shell for strftime format specification.