update and minor stuff
This commit is contained in:
parent
ccacf44130
commit
f159c2cb9d
3 changed files with 25 additions and 69 deletions
|
|
@ -8,14 +8,8 @@
|
|||
ktiubox = "rsync -vaL --delete ~/box/ root@ktiu.net:/var/www/html/box/";
|
||||
ymd = "date +'%Y-%m-%d'";
|
||||
pulluni = "ssh tstraube@login.server.uni-frankfurt.de \"cd uni-tstraube && git pull\"";
|
||||
pullstat = "ssh tstraube@login.server.uni-frankfurt.de \"cd stat24 && git pull\"";
|
||||
pullds = "ssh tstraube@login.server.uni-frankfurt.de \"cd ds23 && git pull\"";
|
||||
pullmla = "ssh tstraube@login.server.uni-frankfurt.de \"cd malta23 && git pull\"";
|
||||
pulldkg = "ssh till@geocom.uni-frankfurt.de \"cd /var/www/dkg_lp && git pull\"";
|
||||
pullstat = "tar czf - -C ~/teach/2025_statistik/skript/public/ . | ssh tstraube@login.server.uni-frankfurt.de 'tar xzf - -C ~/public_html/c/stat25'";
|
||||
pullgrid = "ssh till@geocom.uni-frankfurt.de \"cd /var/www/grid && git pull\"";
|
||||
pullgridp = "ssh till@geocom.uni-frankfurt.de \"cd /var/www/grid_preview && git pull\"";
|
||||
pullsneak = "ssh till@geocom.uni-frankfurt.de \"cd /var/www/dkg_lp_prev && git pull\"";
|
||||
pullkhole = "ssh root@ktiu.net \"cd /var/www/karaoke && git pull\"";
|
||||
buildfk = "curl -X POST -d '{}' https://api.netlify.com/build_hooks/65dc8705b91d7cbaf0a1e1b5";
|
||||
showbox = "chromium-browser -app=https://user.uni-frankfurt.de/~tstraube/box";
|
||||
showc = "chromium-browser -app=https://user.uni-frankfurt.de/~tstraube/c/";
|
||||
|
|
|
|||
|
|
@ -9,20 +9,24 @@
|
|||
port 587
|
||||
'';
|
||||
};
|
||||
|
||||
programs.mbsync.enable = true;
|
||||
programs.neomutt = {
|
||||
enable = true;
|
||||
vimKeys = true;
|
||||
extraConfig = builtins.readFile ./config.neomuttrc;
|
||||
};
|
||||
|
||||
programs.notmuch.enable = true;
|
||||
# xdg.configFile."notmuch/default/config".source = ./notmuch.config;
|
||||
|
||||
xdg.configFile."neomutt/bindings.neomuttrc".source = ./bindings.neomuttrc;
|
||||
xdg.configFile."neomutt/smime.neomuttrc".source = ./smime.neomuttrc;
|
||||
xdg.configFile."neomutt/mailcap".source = ./neomutt_mailcap;
|
||||
|
||||
accounts.email = {
|
||||
maildirBasePath = "${config.xdg.dataHome}/mail";
|
||||
accounts = {
|
||||
|
||||
gu = {
|
||||
primary = true;
|
||||
address = "straube@geo.uni-frankfurt.de";
|
||||
|
|
@ -80,14 +84,15 @@
|
|||
'';
|
||||
};
|
||||
};
|
||||
|
||||
t9e = {
|
||||
address = "till@t9e.me";
|
||||
realName = "Till Straube";
|
||||
imap.host = "mail.ktiu.net";
|
||||
smtp.host = "mail.ktiu.net";
|
||||
imap.host = "arielle.ktiu.net";
|
||||
smtp.host = "arielle.ktiu.net";
|
||||
smtp.tls.useStartTls = true;
|
||||
notmuch.enable = true;
|
||||
userName = "till";
|
||||
userName = "till@t9e.me";
|
||||
signature.text = ''
|
||||
Till Straube (he/him)
|
||||
'';
|
||||
|
|
@ -97,13 +102,10 @@
|
|||
sendMailCommand = "/home/till/.nix-profile/bin/msmtp";
|
||||
extraConfig = ''
|
||||
set my_mbsync_acct='t9e'
|
||||
|
||||
set mbox='+Archive'
|
||||
set my_junk='+Junk'
|
||||
|
||||
unset crypt_auto_pgp
|
||||
unset crypt_auto_smime
|
||||
|
||||
unalternates *
|
||||
alternates @t9e.me$
|
||||
set reverse_name
|
||||
|
|
@ -121,8 +123,9 @@
|
|||
enable = true;
|
||||
extraConfig.from = "*@t9e.me";
|
||||
};
|
||||
passwordCommand = "secret-tool lookup server mail.ktiu.net account till";
|
||||
passwordCommand = "secret-tool lookup server arielle.ktiu.net account till@t9e.me";
|
||||
};
|
||||
|
||||
ktiu = {
|
||||
address = "till@ktiu.net";
|
||||
realName = "Till Straube";
|
||||
|
|
@ -171,6 +174,7 @@
|
|||
};
|
||||
passwordCommand = "secret-tool lookup server shorbut.ktiu.net account till";
|
||||
};
|
||||
|
||||
ksh = {
|
||||
address = "kein_schlussstrich_hessen@systemli.org";
|
||||
realName = "Kein Schlussstrich Hessen";
|
||||
|
|
@ -215,49 +219,7 @@
|
|||
};
|
||||
passwordCommand = "secret-tool lookup server mail.systemli.org account kein_schlussstrich_hessen@systemli.org";
|
||||
};
|
||||
# dkg = {
|
||||
# address = "kontakt@dkg2023.de";
|
||||
# realName = "DKG Orga-Team";
|
||||
# imap.host = "mail.privateemail.com";
|
||||
# smtp.host = "mail.privateemail.com";
|
||||
# smtp.tls.useStartTls = true;
|
||||
# notmuch.enable = true;
|
||||
# userName = "helpdesk@dkg2023.de";
|
||||
# signature.text = ''
|
||||
# DKG '23
|
||||
# https://dkg2023.de
|
||||
# '';
|
||||
# signature.showSignature = "append";
|
||||
# neomutt = {
|
||||
# enable = true;
|
||||
# sendMailCommand = "/home/till/.nix-profile/bin/msmtp";
|
||||
# extraConfig = ''
|
||||
# set my_mbsync_acct='dkg'
|
||||
|
||||
# set mbox='+Archive'
|
||||
# set my_junk='+Junk'
|
||||
|
||||
# set crypt_auto_pgp
|
||||
# unset crypt_auto_smime
|
||||
|
||||
# unalternates *
|
||||
# alternates @dkg2023.de$
|
||||
# set reverse_name
|
||||
# set my_signature = ${
|
||||
# pkgs.writeText
|
||||
# "signature.txt"
|
||||
# config.accounts.email.accounts.dkg.signature.text
|
||||
# }
|
||||
# color status yellow default
|
||||
# '';
|
||||
# };
|
||||
# mbsync.enable = true;
|
||||
# msmtp = {
|
||||
# enable = true;
|
||||
# extraConfig.from = "*@dkg2023.de";
|
||||
# };
|
||||
# passwordCommand = "secret-tool lookup server mail.privateemail.com account helpdesk@dkg2023.de";
|
||||
# };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue