diff options
Diffstat (limited to '')
| -rw-r--r-- | home/home.nix | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/home/home.nix b/home/home.nix index 2157528..4028bf1 100644 --- a/home/home.nix +++ b/home/home.nix @@ -26,21 +26,6 @@ programs.mu.enable = true; accounts.email = { - accounts.hacc = { - address = "stuebinm@hacc.space"; - imap.host = "mail.hacc.space"; - mbsync = { - enable = true; - create = "maildir"; - }; - msmtp.enable = true; - mu.enable = true; - primary = true; - realName = "stuebinm"; - smtp.host = "mail.hacc.space"; - userName = "stuebinm@hacc.space"; - passwordCommand = "secret-tool lookup mail hacc"; - }; accounts.disroot = { address = "stuebinm@disroot.org"; imap.host = "disroot.org"; @@ -325,12 +310,6 @@ hetznerlogin = match: {user = "root"; identityFile = keydir + "/hetzner.pub";} // match; vpslogin = hostname: hetznerlogin {inherit hostname;}; in { - "parsons" = { - hostname = "parsons.hacc.space"; - port = 62954; - user = "stuebinm"; - identityFile = keydir + "/id_ed25519"; - }; "flora" = vpslogin "flora.stuebinm.eu"; "chaski" = vpslogin "chaski.stuebinm.eu"; "cgit" = vpslogin "flora.stuebinm.eu" // {user = "git";}; |
