summaryrefslogtreecommitdiff
path: root/hosts/muhammed
AgeCommit message (Collapse)Author
10 daysUpgrade to 25.05HEADmainLinnnus
2025-05-13Set up syncthing on ahmedLinnnus
2025-05-13muhammed: Add syncthing keysLinnnus
2025-05-13muhammed: Conenct to Rumpenettet VPNLinnnus
2025-03-25Refactor metadata.tomlLinnnus
2025-03-04muhammed: Add syncthing for e-booksLinnnus
2025-02-21muhammed: Remove dev-vmLinnnus
2025-02-15muhammed/dev-vm: Add development VMLinnnus
2025-02-15muhammed/remote-builders: Don't use deprecated optionLinnnus
2025-02-15muhammed: Add launchd service to update git reposLinnnus
2025-02-08muhammed: Add mcping to pathLinnnus
2025-01-18Set sandbox = relaxed on Darwin hostsLinnnus
2025-01-18hosts/muhammed: Add xkcdpass (again)Linnnus
This was originally done in 2995fc5 but got lost in refactoring.
2024-12-27Move shared nix{os,-darwin} config to shared/nixos-and-darwinLinnnus
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-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-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-06muhammed: Clean up linux builder configurationLinnnus
2024-12-06muhammed: Add ahmed as remote x86_64-linux builderLinnnus
2024-12-06muhammed: Add devenvLinnnus
2024-12-06Bump nixpkgs 24.{05 => 11} and nixpkgs-unstableLinnnus
- 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-16home+muhammed Add disable-sleep to shell-utilsLinnnus
2024-11-16home: Add shell-utils moduleLinnnus
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-16muhammed: Add cscriptLinnnus
2024-10-29muhammed: Allow executing 'sudo monner' without passwordLinnnus
2024-10-12muhammed: Don't enable inlay hintsLinnnus
This commit partially reverts 386d237f. I think this configuration line was causing errors because my neovim version config didn't actually support the feature.
2024-10-12muhammed: Add svelte LSP to nvimLinnnus
2024-10-12chore: Format lsp.nix without tabsLinnnus
I am tired of fighting with literally every single tool (neovim, git, alejandre) to allow tabs inside the Lua code in the big string.
2024-10-12muhammed: Use unstable nodejsLinnnus
2024-10-02chore: formatting ahh commitLinnnus
2024-10-02muhammed: Move linux-builder to own file, add features for NixOS testsLinnnus
2024-09-28chore: formattingLinnnus
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-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-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-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-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-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-29muhammed: Make iterm2/neovim respect system dark modeLinnnus
2024-04-07hosts/muhammed: Add qbittorrentLinnnus
2024-03-02hosts/muhammed: Add qbittorrentLinnnus