Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-18 | Move NixOS-specific options from shared/{nixos-and-darwin => nixos} | Linnnus | |
2025-01-18 | Fix 'git log' alias | Linnnus | |
2025-01-18 | "Formatting ahh commit" ahh commit | Linnnus | |
2025-01-18 | Formatting ahh commit | Linnnus | |
2025-01-18 | hosts/muhammed: Add xkcdpass (again) | Linnnus | |
This was originally done in 2995fc5 but got lost in refactoring. | |||
2025-01-05 | Use ZSH on all Linux hosts too | 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 | Fix missing 'util' import when setting up Javascript LSP | Linnnus | |
2024-12-27 | hosts/omar: Persist OpenSSH keys | Linnnus | |
2024-12-27 | omar: Add wpa networking config | Linnnus | |
2024-12-27 | Move shared nix{os,-darwin} config to shared/nixos-and-darwin | Linnnus | |
2024-12-27 | pkgs/cscript: Bump to 21-12-2024 | Linnnus | |
2024-12-27 | Add new host omar | Linnnus | |
2024-12-21 | hosts/ahmed: Update nixpkgs inputs when rebooting | Linnnus | |
2024-12-21 | hosts/muhammed: Remove weird use of environment.darwinConfig | Linnnus | |
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-21 | Define packages in overlays/additions | 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-21 | muhammed: Remove dead sshfs mount | Linnnus | |
2024-12-21 | Revert "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-21 | muhammed: Add xkcdpass | Linnnus | |
2024-12-17 | muhammed: Revert local linux builder to aarch64 | Linnnus | |
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-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 | muhammed: Clean up linux builder configuration | Linnnus | |
2024-12-06 | muhammed: Add ahmed as remote x86_64-linux builder | 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-12-06 | Revert "home/zsh+pkgs: Add watch-while for long commands lol" | Linnnus | |
This reverts commit 3824d4d797d39bd6f2dee3655027a79713ef400c. Turned out to actually just be really annoying. Funny joke though. | |||
2024-12-06 | muhammed: Add devenv | Linnnus | |
2024-12-06 | Bump nixpkgs 24.{05 => 11} and nixpkgs-unstable | Linnnus | |
- Bump perl input to pkgs/trash - Use {swiftPackages. => }xcbuild for pbv - Remove cling; was crashing and ) wasn't using it anyways - LSP tsserver was renamed to ts_ls | |||
2024-11-28 | pkgs/cscript: Use unstable LLVM | 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-11-25 | pkgs/human-sleep: Fix missing UINT64_MAX on Linux | Linnnus | |
2024-11-22 | pkgs/cscript: Bump version, add tests | Linnnus | |
With linnnus/cscript@45c8dca6 the tests in the Makefile were split up to better work with Nix's checkPhase and installCheckPhase. | |||
2024-11-21 | pkgs/cscript: Use CC and LLDB from nixpkgs | Linnnus | |
2024-11-17 | home: Add echoargs to shell-utils | Linnnus | |
2024-11-17 | pkgs: Add echoargs | Linnnus | |
2024-11-16 | home: Add nowrap to shell utils | Linnnus | |
2024-11-16 | pkgs: Add nowrap | Linnnus | |
2024-11-16 | home: Add stat wrapper for OSX | Linnnus | |
2024-11-16 | home+muhammed Add disable-sleep to shell-utils | Linnnus | |
2024-11-16 | pkgs: Add disable-sleep | Linnnus | |
2024-11-16 | home: Add shell-utils module | Linnnus | |
I also moved pbv and trash from hosts/muhammed/home/dev-utils into the new module, since they aren't really development related; I would still want them on a Darwin system that *wasn't* being used for development. | |||
2024-11-16 | pkgs: Add human-sleep | Linnnus | |
2024-11-16 | cscript: Add interpreter passthru attributes | Linnnus | |
2024-11-16 | muhammed: Add cscript | Linnnus | |