summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2026-02-06 21:27:03 +0100
committerstuebinm2026-02-06 21:27:03 +0100
commitda0ef14d4d8e6ba309f11d100492077ffec0e6d9 (patch)
treece396631db35f0b631549406adf2e9ea00dbefd1
parent6e6c8386eb07ab8389097426c72376f878cf97ea (diff)
remove remaining mentions of hacc infraHEADmain
Diffstat (limited to '')
-rw-r--r--home/home.nix21
-rw-r--r--home/newsboat-public.nix1
2 files changed, 0 insertions, 22 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";};
diff --git a/home/newsboat-public.nix b/home/newsboat-public.nix
index bd334fb..7da942b 100644
--- a/home/newsboat-public.nix
+++ b/home/newsboat-public.nix
@@ -17,7 +17,6 @@ with import ./newsboat-lib.nix;
(jtag "https://decorrespondent.nl/feed/v1/publications" "pol")
(jtag "https://solar.lowtechmagazine.com/feeds/all-en.atom.xml" "tech")
(btag "https://www.omgubuntu.co.uk/feed" "tech")
- (ntag "https://git.infra4future.de/hacc/haccfiles.rss" "git")
(ntag "https://liputenpo.org/feed" "tok")
(ntag "https://matrix.org/atom.xml" "matrix")
(ntag "https://press.nmbs.be/feed" "trains")