summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-01-29on-demand-minecraft: Add DOT documentationLinnnus
2025-01-29on-demand-minecraft: Miscellaneous cleaningLinnnus
* Use writeShellScript instead of writeShellScriptBin * Use direct references over systemd.services.*.path * Remove/clarify some comments
2025-01-29on-demand-minecraft: Rename all units to minecraft-*Linnnus
2025-01-29on-demand-minecraft: Add data-dir optionLinnnus
2025-01-29ahmed: Don't auto-bump nixpkgs-unstable, don't write lockfileLinnnus
2025-01-29Bump nixpkgs-unstable, ahmed: use unstable PaperMCLinnnus
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-29ahmed: Set Minecraft world seedLinnnus
2025-01-29on-demand-minecraft: Add whitelist optionLinnnus
2025-01-27hosts/omar: Show battery icons in DWM status barLinnnus
2025-01-27Add firefoxLinnnus
2025-01-27hosts/omar: Refactor desktop-environment, fix DWM status formattingLinnnus
2025-01-27Set home-manager backup extensionLinnnus
2025-01-27Add NURLinnnus
2025-01-27hosts/omar: Show battery and clock in DWM barLinnnus
2025-01-27pkgs: Add dwn-setstatusLinnnus
2025-01-27hosts/omar: Add danish l18n settingsLinnnus
2025-01-27hosts/omar: Add desktop environmentLinnnus
2025-01-27omar: Set home.versionLinnnus
2025-01-23linus.onl: Clone full git history when building siteLinnnus
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-20Upgrade to Python 3.12Linnnus
2025-01-19Enable sandbox on Darwin (with some caveats)Linnnus
2025-01-18Include Git branch in ZSH promptLinnnus
2025-01-18Set sandbox = relaxed on Darwin hostsLinnnus
2025-01-18Move NixOS-specific options from shared/{nixos-and-darwin => nixos}Linnnus
2025-01-18Fix 'git log' aliasLinnnus
2025-01-18"Formatting ahh commit" ahh commitLinnnus
2025-01-18Formatting ahh commitLinnnus
2025-01-18hosts/muhammed: Add xkcdpass (again)Linnnus
This was originally done in 2995fc5 but got lost in refactoring.
2025-01-05Use ZSH on all Linux hosts tooLinnnus
2025-01-05hosts/ahmed: Remove duksebot pt. 2Linnnus
Don't know how I managed to not catch this in c7a5082.
2025-01-05hosts/ahmed: Change qBittorrent passwordLinnnus
2024-12-27Fix missing 'util' import when setting up Javascript LSPLinnnus
2024-12-27hosts/omar: Persist OpenSSH keysLinnnus
2024-12-27omar: Add wpa networking configLinnnus
2024-12-27Move shared nix{os,-darwin} config to shared/nixos-and-darwinLinnnus
2024-12-27pkgs/cscript: Bump to 21-12-2024Linnnus
2024-12-27Add new host omarLinnnus
2024-12-21hosts/ahmed: Update nixpkgs inputs when rebootingLinnnus
2024-12-21hosts/muhammed: Remove weird use of environment.darwinConfigLinnnus
The current setting (i.e. pointing into /nix/store) gives weird behavior with `darwin-rebuild edit` since one cannot edit the readonly store.
2024-12-21Define packages in overlays/additionsLinnnus
2024-12-21ahmed: Remove unused duksebot moduleLinnnus
2024-12-21Move to a profile-based configuration where commonLinnnus
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-21muhammed: Remove dead sshfs mountLinnnus
2024-12-21Revert "pkgs/cscript: Use unstable LLVM"Linnnus
This reverts commit a2f2f142a64ea34637e1586728d6e4e33553040f. The temporary fix is no longer needed, as we are now running a nixpkgs version which includes nixos/nixpkgs#309165.
2024-12-21muhammed: Add xkcdpassLinnnus
2024-12-17muhammed: Revert local linux builder to aarch64Linnnus
In e18423, the builder was accidentally changed to be x86_64 which was an unrelated experiment. I don't really need another x86_64 builder as I have ahmed in most cases.
2024-12-17ahmed: Switch torrenting to new VPN configurationLinnnus
2024-12-16ahmed: Remove old laptop-specific screen disabling serviceLinnnus
2024-12-16ahmed: Allow SSH connections from iPhoneLinnnus
2024-12-06muhammed: Clean up linux builder configurationLinnnus