Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-16 | ahmed: Prevent old generations from filling /boot | Linnnus | |
2025-03-16 | ahmed: Move torrenting webuis to local-only DNS view | Linnnus | |
2025-03-16 | ahmed: Add local DNS resolver | Linnnus | |
2025-03-13 | ahmed: Improve ordering of linus.onl-source.service | Linnnus | |
2025-03-13 | ahmed: Remove minecraft-log-server | Linnnus | |
2025-03-13 | ahmed: Add basic fail2ban | Linnnus | |
2025-02-16 | ahmed/minecraft-log-server: Fix missing ACME certificates | Linnnus | |
2025-02-06 | ahmed/minecraft-log-server: Show more previous messages | Linnnus | |
2025-02-02 | ahmed/minecraft: Make SneakyPanda moderator, set spawn protection | Linnnus | |
2025-02-02 | ahmed/minecraft-log-server: Init | Linnnus | |
2025-02-02 | ahmed/minecraft: Update whitelist | Linnnus | |
2025-01-31 | ahmed/minecraft: Add XenoDK to whitelist | Linnnus | |
2025-01-29 | on-demand-minecraft: Add ops list | Linnnus | |
2025-01-29 | ahmed/minecraft: Add whitelist | Linnnus | |
2025-01-29 | ahmed: Factor configuration.nix into smaller submodules | Linnnus | |
I checked that this didn't result in any (non-trivial) changes like so: $ vi hosts/ahmed/configuration.nix $ nixos-rebuild build --flake .#ahmed $ nix-diff /run/current-system ./result | |||
2025-01-29 | on-demand-minecraft: Add data-dir option | Linnnus | |
2025-01-29 | ahmed: Don't auto-bump nixpkgs-unstable, don't write lockfile | Linnnus | |
2025-01-29 | Bump nixpkgs-unstable, ahmed: use unstable PaperMC | Linnnus | |
I needed PaperMC v1.24.1 which happens to be what is packaged in NixOS/nixpkgs@852ff1d9e. I really ought to figure out a way to decouple the version of Minecraft from the nixpkgs version. I don't want to be in the situation where I want to bump unstable, but don't want to switch to a new Minecraft version. | |||
2025-01-29 | ahmed: Set Minecraft world seed | Linnnus | |
2025-01-23 | linus.onl: Clone full git history when building site | Linnnus | |
Since the build script uses commit dates to infer authoring dates, a shallow clone makes all posts appear to have been published at the time of the most recent commit. | |||
2025-01-18 | Move NixOS-specific options from shared/{nixos-and-darwin => nixos} | Linnnus | |
2025-01-05 | hosts/ahmed: Remove duksebot pt. 2 | Linnnus | |
Don't know how I managed to not catch this in c7a5082. | |||
2025-01-05 | hosts/ahmed: Change qBittorrent password | Linnnus | |
2024-12-27 | Move shared nix{os,-darwin} config to shared/nixos-and-darwin | Linnnus | |
2024-12-21 | hosts/ahmed: Update nixpkgs inputs when rebooting | Linnnus | |
2024-12-21 | ahmed: Remove unused duksebot module | Linnnus | |
2024-12-21 | Move to a profile-based configuration where common | Linnnus | |
This patch makes it so common configuration is now located in shared/ and each host basically just becomes a bunch of import statements. The exception here is host-specific configuration like the `*.linus.onl` that live inside `hosts/ahmed/`. Specifically I have: - moved common configuration `shared/{nixos,home-manager,nix-darwin}`. - moved `hosts/common.nix` to `shared/nixos/common-{nix,shell}-settings.nix`. - split `hosts/muhammed/{dev-utils,neovim}` into per-language configuration. This patch was done in preparation for the arrival of a new host, which will need to share a lot of configuration with Muhammed. | |||
2024-12-17 | ahmed: Switch torrenting to new VPN configuration | Linnnus | |
2024-12-16 | ahmed: Remove old laptop-specific screen disabling service | Linnnus | |
2024-12-16 | ahmed: Allow SSH connections from iPhone | Linnnus | |
2024-12-06 | ahmed: Become remote x86_64-linux builder | Linnnus | |
2024-12-06 | ahmed/torrenting: Use unstable qBittorrent (security) | Linnnus | |
2024-12-06 | fix: Update git patches for 2.47.0 | Linnnus | |
2024-11-25 | ahmed: Rebuild from GitHub | Linnnus | |
This is a bit of an experiment. With this approach, I should be able to remotely and asynchronously update this host. | |||
2024-10-02 | chore: Formatting | Linnnus | |
2024-10-02 | ahmed: Rebuild linus.onl on webhook instead of timer | Linnnus | |
2024-10-01 | qbittorent: Fix creation logic | Linnnus | |
After attempting to use this configuration on another device, it turns out that the persistent data directories were being created with the wrong permissions. | |||
2024-09-28 | Run CGit as unpriveledged user | Linnnus | |
2024-08-27 | ahmed: Don't attempt to fetch linus.onl source before network is online | Linnnus | |
I thought this restriction was already being enforced since I set systemd.services."${domain}-source".after = ["network-online.target"] but that apparently wasn't enough. I had to also ensure the timer, which triggered the service was ordered after "network-online.target". | |||
2024-08-01 | chore ass formatting | Linnnus | |
2024-07-31 | ahmed: Enable automatic upgrades | Linnnus | |
2024-07-31 | ahmed: Fix Git clone | Linnnus | |
CGit farms out the handling of the HTTP requests sent by the Git CLI to another CGI script. This script was failing because of "dubious ownership". This is a security check run by Git to ensure malicious repositories on network drives don't get arbitrary code execution. The problem is: the CGI script was running as root, as that is what the fcgiwrap systemd service was configured for, but the repository is owned by the 'git' user. Since I trust the repositories, I had to patch Git to ignore this mark. Actually getting the NixOS CGit module to use the patched version of Git proved rather difficult... In the future I should probably a) Make sure fcgiwrap isn't running as root since it directly interacts with all sorts of untrusted user input. b) Remove this ugly hack. There's a reason for the security check after all. Just because it matters _less_ in this case doesn't mean it's wise to ignore it completely. | |||
2024-07-06 | ahmed: Formatting | Linnnus | |
2024-05-19 | torrenting: Add dark mode to portal | Linnnus | |
The white background is pretty eye-soaring at night. This patch fixes this issue by using a CSS query parameter to set darker styles when dark mode is enabled. See: https://css-tricks.com/dark-modes-with-css/ | |||
2024-05-19 | torrenting: Add "Stand-up" category | Linnnus | |
2024-05-09 | torrenting: Add funny names | Linnnus | |
2024-05-09 | Remove forsvarsarper | Linnnus | |
2024-05-09 | hosts/ahmed/torrenting: Add categories | Linnnus | |
2024-05-09 | hosts/ahmed/git.linus.onl: Syntax highlight items | Linnnus | |
2024-05-09 | torrenting: Create different categories of downloads | Linnnus | |