diff options
| author | stuebinm | 2026-02-06 21:27:03 +0100 |
|---|---|---|
| committer | stuebinm | 2026-02-09 21:05:01 +0100 |
| commit | ca5892ae8164292cbf6cc45e88109da25ea85dd4 (patch) | |
| tree | 6d56c39442e561f4a833f136c5ea8a4a891e5a07 /home/home.nix | |
| parent | 6e6c8386eb07ab8389097426c72376f878cf97ea (diff) | |
remove remaining mentions of hacc infra
Diffstat (limited to 'home/home.nix')
| -rw-r--r-- | home/home.nix | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/home/home.nix b/home/home.nix index 2157528..15df8de 100644 --- a/home/home.nix +++ b/home/home.nix @@ -26,22 +26,8 @@ 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 = { + primary = true; address = "stuebinm@disroot.org"; imap.host = "disroot.org"; mbsync = { @@ -325,12 +311,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";}; |
