Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | import custom modules by default | stuebinm | 2024-03-04 | 2 | -3/+2 |
| | | | | | | 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) | ||||
* | init mollysocket package, module, and deploy it on flora | stuebinm | 2024-03-04 | 7 | -3/+152 |
| | | | | with thanks to networkException, who wrote the initial nix package. | ||||
* | monit: extra catch-all check via systemctl is-system-running | stuebinm | 2024-03-04 | 1 | -0/+3 |
| | |||||
* | home: small stuff | stuebinm | 2024-03-04 | 3 | -1/+5 |
| | |||||
* | monit: some kinda reasonable checks | stuebinm | 2024-03-04 | 2 | -5/+36 |
| | |||||
* | noms.ing: redirect webring.noms.ing → noms.ing | stuebinm | 2024-02-29 | 1 | -1/+1 |
| | | | | | since that website doesn't contain anything anyways, but people started linking to it. | ||||
* | flora: monit via ntfy sh | stuebinm | 2024-02-29 | 4 | -3/+45 |
| | | | | | | | | | | | | | | 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 … | ||||
* | desktop: add noto cjk fonts | stuebinm | 2024-02-22 | 1 | -1/+8 |
| | | | | | though it seems a little blurry at low resolutions. might have to tweak stuff / see if i can find a better font. | ||||
* | home: new feeds | stuebinm | 2024-02-21 | 1 | -0/+3 |
| | |||||
* | update inputs | stuebinm | 2024-02-21 | 3 | -60/+14 |
| | |||||
* | modules/bookwyrm: expose in flake.nix | stuebinm | 2024-02-15 | 1 | -1/+4 |
| | |||||
* | modules/bookwyrm: add a nixos test | stuebinm | 2024-02-15 | 2 | -0/+68 |
| | | | | because like, why not learn how to use these out-of-tree? | ||||
* | modules/bookwyrm: manage.py wrapper needs env file | stuebinm | 2024-02-15 | 2 | -4/+9 |
| | | | | otherwise it just fails to start with an error | ||||
* | modules/bookwyrm: use environmentFile for secrets | stuebinm | 2024-02-15 | 2 | -10/+51 |
| | | | | | | | | | | this allows setting options via an environment file that is passed to the systemd units, in addition to the ones set during build time of the package. For now this is tailored to SECRET_KEY, but it may be useful for other settings as well (e.g. EMAIL_HOST_PASSWORD), and I'm not sure if it takes priority over the build-time settings ... | ||||
* | modules/bookwyrm: whoops, that's not how the module system works | stuebinm | 2024-02-14 | 1 | -14/+25 |
| | |||||
* | modules/bookwyrm: init | stuebinm | 2024-02-14 | 2 | -4/+186 |
| | | | | | | | | this should be mostly usable for actual deployments. Only thing that's really still annoying is having to set the SECRET_KEY via Nix, since not having set it makes the package fail to build. But it doesn't actually end up in the derivation, so changing it afterwards should be fine; I've just not tested that yet. | ||||
* | pkgs/bookwyrm: allow setting .env settings | stuebinm | 2024-02-13 | 1 | -76/+80 |
| | |||||
* | home: tweak git config | stuebinm | 2024-02-11 | 1 | -0/+3 |
| | |||||
* | home: tweak newsboat config | stuebinm | 2024-02-11 | 2 | -3/+11 |
| | |||||
* | home: add twelf | stuebinm | 2024-02-11 | 1 | -0/+8 |
| | | | | | | for Chris Marten's logic course. Uses an unofficial version from github since the actually released version is so old that the elisp code for the emacs mode doesn't work with an up-to-date emacs anymore. | ||||
* | headless: don't do documentation | stuebinm | 2024-02-11 | 2 | -1/+11 |
| | | | | (except for man pages — without these, somehow deploy-rs breaks) | ||||
* | update inputs | stuebinm | 2024-02-11 | 1 | -18/+18 |
| | |||||
* | pkgs: init bookwyrm | stuebinm | 2024-02-11 | 7 | -3/+196 |
| | | | | | | | this is still missing: - a nice way to do settings - lots of testing (run the manage.py test script in a nixos test?) - an actual way to deploy this in a halfway reasonable way | ||||
* | update inputs | stuebinm | 2024-02-11 | 1 | -31/+15 |
| | |||||
* | guixify surltesh-echer | stuebinm | 2024-02-11 | 6 | -64/+224 |
| | | | | | | | | initial config, the system is now a mess with lots of old nix stuff still hanging out on the disk. Tbh not sure if I'll do much with this, but wanted to play around a little with this again. | ||||
* | home/ssh: add amatl config | stuebinm | 2024-01-29 | 1 | -0/+5 |
| | |||||
* | home: new newsfeeds | stuebinm | 2024-01-29 | 1 | -0/+2 |
| | |||||
* | blog: css rewrite | stuebinm | 2024-01-29 | 1 | -4/+4 |
| | |||||
* | new webring entries | stuebinm | 2024-01-29 | 2 | -0/+41 |
| | |||||
* | git.infra4future.de can't do ipv6 | stuebinm | 2024-01-23 | 1 | -0/+6 |
| | | | | something something nftables module obscurity | ||||
* | update inputs | stuebinm | 2024-01-22 | 2 | -16/+16 |
| | |||||
* | home: fix $MANPAGER with bat | stuebinm | 2024-01-21 | 1 | -0/+1 |
| | | | | | | turns out there's an issue for that: https://github.com/sharkdp/bat/issues/2563 and even a hint in bat's README.md | ||||
* | update inputs | stuebinm | 2024-01-18 | 2 | -20/+20 |
| | |||||
* | akkoma: disable link previews | stuebinm | 2024-01-15 | 1 | -4/+1 |
| | | | | they sometimes hang until akkoma gets reaped by the oom killer | ||||
* | home: shell function to add emojis to akkoma | stuebinm | 2024-01-13 | 1 | -0/+16 |
| | |||||
* | nomsable webring | stuebinm | 2024-01-13 | 8 | -2/+90 |
| | | | | (just messing around for now) | ||||
* | update inputs | stuebinm | 2024-01-13 | 2 | -20/+23 |
| | |||||
* | home: use zdiff3 for git | stuebinm | 2024-01-08 | 1 | -0/+1 |
| | |||||
* | home: some new newsfeeds | stuebinm | 2024-01-08 | 1 | -0/+4 |
| | |||||
* | apparently i run a mumble now | stuebinm | 2023-12-29 | 3 | -0/+30 |
| | |||||
* | more updates | stuebinm | 2023-12-29 | 3 | -36/+38 |
| | |||||
* | update inputs | stuebinm | 2023-12-20 | 1 | -15/+15 |
| | |||||
* | some updates | stuebinm | 2023-12-09 | 3 | -17/+18 |
| | |||||
* | huh, looks like i bought another domain | stuebinm | 2023-12-09 | 4 | -0/+31 |
| | |||||
* | new haskell for bahnhof.name | stuebinm | 2023-12-01 | 2 | -5/+5 |
| | |||||
* | jump to nixos 23.11 | stuebinm | 2023-11-30 | 12 | -71/+152 |
| | |||||
* | new blog post & update bahnhof.name | stuebinm | 2023-11-30 | 1 | -8/+8 |
| | |||||
* | home: small fix to bahnsteig function | stuebinm | 2023-11-30 | 1 | -1/+1 |
| | |||||
* | home: small changes | stuebinm | 2023-11-15 | 2 | -1/+3 |
| | |||||
* | bahnhof.name haskell rewrite | stuebinm | 2023-11-15 | 3 | -17/+37 |
| |