mirror of https://git.jolheiser.com/dotnix.git
chore: update tiny to use SASL command
Signed-off-by: jolheiser <john.olheiser@gmail.com>teamcity
parent
daf5dbff47
commit
25024e46ff
|
@ -10,7 +10,7 @@
|
|||
realname = "jolheiser";
|
||||
nicks = ["jolheiser"];
|
||||
alias = "LiberaChat";
|
||||
#join = ["#gitea"];
|
||||
join = ["#gitea" "#gitea-devel"];
|
||||
sasl = {
|
||||
username = "jolheiser";
|
||||
password = {
|
||||
|
@ -24,5 +24,9 @@
|
|||
realname = "jolheiser";
|
||||
};
|
||||
};
|
||||
key_map = {
|
||||
ctrl_left = "tab_prev";
|
||||
ctrl_right = "tab_next";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -117,11 +117,11 @@
|
|||
},
|
||||
"nixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1689631193,
|
||||
"narHash": "sha256-AGSkBZaiTODQc8eT1rZDrQIjtb8JtFwJ0wVPzArlrnM=",
|
||||
"lastModified": 1689752456,
|
||||
"narHash": "sha256-VOChdECcEI8ixz8QY+YC4JaNEFwQd1V8bA0G4B28Ki0=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "57695599bdc4f7bfe5d28cfa23f14b3d8bdf8a5f",
|
||||
"rev": "7f256d7da238cb627ef189d56ed590739f42f13b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
Loading…
Reference in New Issue