mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
goliath: restore function, weechat: address fix, roundcube: smtp
This commit is contained in:
parent
2f95cf9b5c
commit
43f828b99a
8 changed files with 68 additions and 44 deletions
10
config/users/kat/gui/hedgedoc.nix
Normal file
10
config/users/kat/gui/hedgedoc.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ config, lib, pkgs, tf, ... }: {
|
||||
home.sessionVariables = {
|
||||
HEDGEDOC_SERVER = "https://md.kittywit.ch";
|
||||
HEDGEDOC_CONFIG_DIR = "${config.home.homeDirectory}/.config/hedgedoc";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
hedgedoc-cli
|
||||
];
|
||||
}
|
||||
|
|
@ -37,21 +37,21 @@
|
|||
irc = {
|
||||
server = {
|
||||
softnet = {
|
||||
address = "kyouko.kittywit.ch/5001";
|
||||
addresses = "kyouko.kittywit.ch/5001";
|
||||
password = "kat@${nixos.networking.hostName}/softnet:\${sec.data.znc}";
|
||||
ssl = true;
|
||||
ssl_verify = false;
|
||||
autoconnect = true;
|
||||
};
|
||||
liberachat = {
|
||||
address = "kyouko.kittywit.ch/5001";
|
||||
addresses = "kyouko.kittywit.ch/5001";
|
||||
password = "kat@${nixos.networking.hostName}/liberachat:\${sec.data.znc}";
|
||||
ssl = true;
|
||||
ssl_verify = false;
|
||||
autoconnect = true;
|
||||
};
|
||||
espernet = {
|
||||
address = "kyouko.kittywit.ch/5001";
|
||||
addresses = "kyouko.kittywit.ch/5001";
|
||||
password = "kat@${nixos.networking.hostName}/espernet:\${sec.data.znc}";
|
||||
ssl = true;
|
||||
ssl_verify = false;
|
||||
|
|
|
|||
|
|
@ -54,21 +54,21 @@
|
|||
irc = {
|
||||
server = {
|
||||
softnet = {
|
||||
address = "kyouko.kittywit.ch/5001";
|
||||
addresses = "kyouko.kittywit.ch/5001";
|
||||
password = "kat@${nixos.networking.hostName}/softnet:\${sec.data.znc}";
|
||||
ssl = true;
|
||||
ssl_verify = false;
|
||||
autoconnect = true;
|
||||
};
|
||||
liberachat = {
|
||||
address = "kyouko.kittywit.ch/5001";
|
||||
addresses = "kyouko.kittywit.ch/5001";
|
||||
password = "kat@${nixos.networking.hostName}/liberachat:\${sec.data.znc}";
|
||||
ssl = true;
|
||||
ssl_verify = false;
|
||||
autoconnect = true;
|
||||
};
|
||||
espernet = {
|
||||
address = "kyouko.kittywit.ch/5001";
|
||||
addresses = "kyouko.kittywit.ch/5001";
|
||||
password = "kat@${nixos.networking.hostName}/espernet:\${sec.data.znc}";
|
||||
ssl = true;
|
||||
ssl_verify = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue