summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-28Bump comma-shLinnnus
2024-09-28ahmed: Bump push-notification-apiLinnnus
2024-09-28ahmed: Bump HelloHTMLLinnnus
2024-09-18Add WrapItUp command to neovimLinnnus
2024-09-18muhammed: Make wraaath-sftp slightly more robustLinnnus
2024-09-18muhammed: Add Gleam stuffLinnnus
2024-09-18muhammed: Bump denoLinnnus
2024-09-18muhammed: Add nodeJS and TS serverLinnnus
2024-09-18Allow unfree pkgs on all hostsLinnnus
2024-09-17ahmed: Bump HelloHTML to 5d92927Linnnus
2024-09-15ahmed: Bump HelloHTMLLinnnus
2024-08-27ahmed: Don't attempt to fetch linus.onl source before network is onlineLinnnus
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-27ahmed: Bump hellohtmlLinnnus
2024-08-01chore ass formattingLinnnus
2024-08-01muhammed: Add Wraath network volumeLinnnus
2024-08-01muhammed: Add GleamLinnnus
This patch sets up a Gleam development environment on Muhammed. I also took this opportunity to move a whole bunch of development-related filetype plugins to Muhammed, reducing closure size on Ahmed.
2024-08-01muhammed: Add vemfLinnnus
2024-07-31ahmed: Enable automatic upgradesLinnnus
2024-07-31ahmed: Fix Git cloneLinnnus
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-31Bump vim-nowebLinnnus
2024-07-15muhammed: Disable conjure Neovim pluginLinnnus
Conjure keeps getting in my way because it pops up when it isn't wanted and rebinds my keys.
2024-07-15Add READMELinnnus
2024-07-07muhammed: Setup Rust stuffLinnnus
2024-07-06muhammed: Enable nightly Nix GCLinnnus
The Nix store was growing quite large. It was consuming a lot of disk space with some really old stuff. In the future, I might need to tweak it a bit more; it seems a bit too aggressive right now. Even recently used projects require rebuilding.
2024-07-06ahmed: FormattingLinnnus
2024-07-06common: Add jq utilityLinnnus
2024-07-06muhammed: Update iTerm2 theme switching scriptLinnnus
The script didn't check the theme upon startup, which caused some issues if the system-wide theme change happened while iTerm2 was closed. This new version always updates the iTerm2 theme based on the system theme upon startup.
2024-06-03muhammed: Make linux-builder more accesibleLinnnus
Using breakpointHook [0], one can jump into the sandbox of a failing build. This is very useful for debugging. However, building packages inside the linux-builder VM adds an extra layer of abstraction. This patch makes a few changes which make it easier to work: - cntr, which is used to attach to the sandbox, is now included on the builder - You can now sign in to the root user of the VM using the password "root". This is required because cntr must be run as root. [0]: https://www.youtube.com/watch?v=ULqoCjANK-I
2024-06-03bump: nix-darwinLinnnus
2024-05-19torrenting: Add dark mode to portalLinnnus
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-19torrenting: Add "Stand-up" categoryLinnnus
2024-05-09torrenting: Add funny namesLinnnus
2024-05-09Remove forsvarsarperLinnnus
2024-05-09hosts/ahmed/torrenting: Add categoriesLinnnus
2024-05-09hosts/ahmed/git.linus.onl: Syntax highlight itemsLinnnus
2024-05-09torrenting: Create different categories of downloadsLinnnus
2024-04-29muhammed: Make builder non-ephemeralLinnnus
idk the option just didn't work or something. doesn't really matter anyways since i won't be making any manual changes
2024-04-29chore: FormattingLinnnus
2024-04-29home/zsh: Add mkcd utilityLinnnus
2024-04-29home/neovim: Add temporary, impure vimrc sourceLinnnus
This was a huge help when testing changes to vimrc without having to do a full {nixos,darwin}-rebuild.
2024-04-29muhammed: Make iterm2/neovim respect system dark modeLinnnus
2024-04-29home/git: Autocorrect yayyyyLinnnus
2024-04-08hosts/ahmed/torrenting: Split into aspects, add portalLinnnus
2024-04-07hosts/ahmed: Add WireGuard + JellyfinLinnnus
2024-04-07hosts/ahmed: Add qBittorrentLinnnus
2024-04-07hosts/muhammed: Add qbittorrentLinnnus
2024-03-02hosts/muhammed: Add qbittorrentLinnnus
2024-03-02Move dev-utils to hosts/muhammed/home/Linnnus
2024-03-02Bump HelloHTMLLinnnus
It now takes an alternative domain, which was added to it's services.
2024-02-24chore: Formatting...Linnnus