summaryrefslogtreecommitdiff
path: root/hosts/muhammed/configuration.nix
AgeCommit message (Collapse)Author
10 daysUpgrade to 25.05HEADmainLinnnus
2025-05-13muhammed: Conenct to Rumpenettet VPNLinnnus
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: Add launchd service to update git reposLinnnus
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-06muhammed: Add ahmed as remote x86_64-linux builderLinnnus
2024-11-16home+muhammed Add disable-sleep to shell-utilsLinnnus
2024-10-29muhammed: Allow executing 'sudo monner' without passwordLinnnus
2024-10-02muhammed: Move linux-builder to own file, add features for NixOS testsLinnnus
2024-08-01muhammed: Add Wraath network volumeLinnnus
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-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-07hosts/muhammed: Add qbittorrentLinnnus
2024-02-20Merge 'reorg' into 'main'Linnnus
This patch moves in the reorganizational work done on the reorg branch, mainly: * Move host-specific modules into hosts/<host>/<module> * Break up HM config See the reorg branch for the individual commits.
2023-12-11hosts/muhammed: Don't refetch nixpkgs tarball all the timeLinnnus
2023-10-01Use alejandra formatterLinnnus
2023-10-01Enable and fix still-awake serviceLinnnus
2023-10-01Remove special 'self' argumentLinnnus
This can be accessed through flakeInputs anyways.
2023-09-10Use touchID for sudo on MuhammedLinnnus
2023-09-07Reorganize everythingLinnnus
2023-09-06hej gør lige mereLinnnus
2023-09-06Get booting on muhammedLinnnus
2023-09-05Initial commitLinnnus