mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: weechat fix
This commit is contained in:
parent
e277e77af8
commit
bc444d57b6
2 changed files with 3 additions and 8 deletions
|
|
@ -16,11 +16,6 @@ in {
|
|||
programs.weechat = {
|
||||
init = mkMerge [
|
||||
(mkBefore ''
|
||||
/matrix server add kittywitch yukari.gensokyo.zone
|
||||
/matrix server add kittywitch-discord yukari.gensokyo.zone
|
||||
/matrix server add kittywitch-telegram yukari.gensokyo.zone
|
||||
/matrix server add kittywitch-whatsapp yukari.gensokyo.zone
|
||||
/matrix server add kittywitch-signal yukari.gensokyo.zone
|
||||
/exec -sh -norc -oc cat ${config.sops.secrets.weechat-secret.path}
|
||||
/set irc.server.liberachat.tls_cert ${config.sops.secrets.liberachat-cert.path}
|
||||
/set irc.server.espernet.tls_cert ${config.sops.secrets.espernet-cert.path}
|
||||
|
|
|
|||
|
|
@ -15,9 +15,9 @@ _: let
|
|||
oracle_flex
|
||||
])
|
||||
++ (with tree.nixos.servers; [
|
||||
weechat
|
||||
web
|
||||
]);
|
||||
weechat
|
||||
web
|
||||
]);
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue