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";
|
realname = "jolheiser";
|
||||||
nicks = ["jolheiser"];
|
nicks = ["jolheiser"];
|
||||||
alias = "LiberaChat";
|
alias = "LiberaChat";
|
||||||
#join = ["#gitea"];
|
join = ["#gitea" "#gitea-devel"];
|
||||||
sasl = {
|
sasl = {
|
||||||
username = "jolheiser";
|
username = "jolheiser";
|
||||||
password = {
|
password = {
|
||||||
|
@ -24,5 +24,9 @@
|
||||||
realname = "jolheiser";
|
realname = "jolheiser";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
key_map = {
|
||||||
|
ctrl_left = "tab_prev";
|
||||||
|
ctrl_right = "tab_next";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -117,11 +117,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1689631193,
|
"lastModified": 1689752456,
|
||||||
"narHash": "sha256-AGSkBZaiTODQc8eT1rZDrQIjtb8JtFwJ0wVPzArlrnM=",
|
"narHash": "sha256-VOChdECcEI8ixz8QY+YC4JaNEFwQd1V8bA0G4B28Ki0=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "57695599bdc4f7bfe5d28cfa23f14b3d8bdf8a5f",
|
"rev": "7f256d7da238cb627ef189d56ed590739f42f13b",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Reference in New Issue