summaryrefslogtreecommitdiff
path: root/flora/configuration.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-03-04import custom modules by defaultstuebinm1-2/+0
which has the nice side-effect that they now show up on my `man configuration.nix'. (also I don't have to manually import things anymore)
2024-03-04init mollysocket package, module, and deploy it on florastuebinm1-0/+2
with thanks to networkException, who wrote the initial nix package.
2024-02-29flora: monit via ntfy shstuebinm1-0/+1
so it turns out ntfy can run a little smtp server, which monit can send its alerts to, resulting in a halfway okayish monitoring setup. It doesn't even require mucking about with `sendmail'! Downside: this is still monit. Upside: from what I've heard, the other monitoring tools don't actually seem to be all that much better? Now I only have to come up with reasonable checks for the stuff I want to actually keep an eye on …
2023-12-29apparently i run a mumble nowstuebinm1-0/+1
2023-08-04update inputsstuebinm1-3/+0
2023-08-01try out a ntfy on florastuebinm1-0/+1
(with thanks to emilyy's nix config; let's see if this makes sense for me)
2023-06-23host my own element, for $reasonsstuebinm1-0/+1
2023-05-29initial jump to nixos 23.05stuebinm1-1/+0
2023-04-11manage secrets with sopsstuebinm1-0/+4
not sure if i like this yet, but it seems worth trying it out.
2023-03-24update inputsstuebinm1-1/+1
also remove some old stuff. also deduplicate the erlangs on my akkoma. also remove chromium, since for some reason hydra hasn't built it yet and I'm not fancying compiling it myself. also remove the whole sshd mosh stuff for the chat, since that broke tmux-on-login.
2023-03-05fix things & make some others simpler, also ipv6 🎉stuebinm1-20/+1
2023-02-16more akkoma stuffstuebinm1-1/+1
2022-12-05update to nixos22.11stuebinm1-3/+0
2022-06-14update sources, move to NixOS 22.05stuebinm1-6/+6
2022-04-07flora: fix the trainspotter scriptstuebinm1-1/+1
2022-04-07flora is a trainspotter nowstuebinm1-0/+1
(well, a trainschedulespotter to be precise)
2022-04-04flora: add a simple mailserver setupstuebinm1-0/+1
mostly to get a working sendmail and also play around with stuff
2022-01-28flora: add znc bouncerstuebinm1-0/+1
2022-01-20restructuring directoriesstuebinm1-0/+0
2022-01-09use flakes instead of niv & stuffstuebinm1-4/+0
2021-12-03upgrade to nixos 21.11stuebinm1-1/+2
2021-11-29add blog to florastuebinm1-0/+1
2021-10-17disable hedgedoc & surveys (too annoying for now)stuebinm1-2/+2
2021-10-05add docker registrystuebinm1-0/+1
(used mostly to host a guix container that just contains the guix daemon and not much else, since no such think appears to exist elsewhere)
2021-06-23remove grafanastuebinm1-1/+0
no longer needed
2021-04-18copy grafana to florastuebinm1-0/+1
2021-04-17cgit: chaski -> flora; general cleanupstuebinm1-4/+4
2021-03-09Added picaronesstuebinm1-0/+1
Just a simple test instance fore now.
2021-03-08Added Pleromastuebinm1-10/+13
This pleroma config should be able to set itself up without any manual intervention (modulo the secrets file, which is almost empty). Annoyingly, the pleroma nixpkg is built from the pipeline artifacts of the pleroma gitlab and does not have support for pleroma's ssh/bbs mode.