Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-29 | ahmed: Factor configuration.nix into smaller submodules | Linnnus | |
I checked that this didn't result in any (non-trivial) changes like so: $ vi hosts/ahmed/configuration.nix $ nixos-rebuild build --flake .#ahmed $ nix-diff /run/current-system ./result | |||
2025-01-29 | on-demand-minecraft: Add data-dir option | Linnnus | |
2025-01-29 | ahmed: Don't auto-bump nixpkgs-unstable, don't write lockfile | Linnnus | |
2025-01-29 | Bump nixpkgs-unstable, ahmed: use unstable PaperMC | Linnnus | |
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-29 | ahmed: Set Minecraft world seed | Linnnus | |
2025-01-18 | Move NixOS-specific options from shared/{nixos-and-darwin => nixos} | Linnnus | |
2025-01-05 | hosts/ahmed: Remove duksebot pt. 2 | Linnnus | |
Don't know how I managed to not catch this in c7a5082. | |||
2024-12-27 | Move shared nix{os,-darwin} config to shared/nixos-and-darwin | Linnnus | |
2024-12-21 | hosts/ahmed: Update nixpkgs inputs when rebooting | 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-16 | ahmed: Remove old laptop-specific screen disabling service | Linnnus | |
2024-12-06 | ahmed: Become remote x86_64-linux builder | 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-08-01 | chore ass formatting | Linnnus | |
2024-07-31 | ahmed: Enable automatic upgrades | Linnnus | |
2024-05-09 | Remove forsvarsarper | Linnnus | |
2024-04-07 | hosts/ahmed: Add qBittorrent | Linnnus | |
2024-02-20 | Merge '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. | |||
2024-01-22 | Revert "hosts/ahmed: Disable duksebot over winter break" | Linnnus | |
This reverts commit a66aa6ad9d18af2983746dcf73ecdf1bc862a5dc. It is no longer winter break. | |||
2024-01-16 | hosts/ahmed: Add forsvarsarper | Linnnus | |
2023-12-29 | hosts/ahmed: Add hellohtml.linus.onl | Linnnus | |
2023-12-22 | hosts/ahmed: Disable duksebot over winter break | Linnnus | |
2023-11-20 | hosts/ahmed: Formating......... | Linnnus | |
2023-11-18 | hosts/ahmed: Update password | Linnnus | |
2023-11-14 | ahmed: Make users immutable | Linnnus | |
2023-11-14 | ahmed: Make DynDNS wait for network online | Linnnus | |
2023-11-14 | ahmed: Change underlying hardware | Linnnus | |
My home computer has changed, but since it has almost exactly the same assignments as before I decided to keep the hostname the same. I guess I'll save "fathima" for my next computer... | |||
2023-10-21 | cloudflare-proxy: Block non-cloudflare HTTP(S) connections | Linnnus | |
2023-10-21 | ahmed: Try shutting down MC server every 10 minutes | Linnnus | |
2023-10-08 | Set up git | Linnnus | |
2023-10-08 | Move personal modules hosts/ahmed -> modules/nixos/ | Linnnus | |
2023-10-02 | Move options{.=>.services.}disable-screen | Linnnus | |
2023-10-02 | Add minecraft.linus.onl record | Linnnus | |
2023-10-01 | Use alejandra formatter | Linnnus | |
2023-10-01 | Remove 'my' prefix | Linnnus | |
2023-10-01 | Move hosts/ahmed/disable-screen.nix into a proper module | Linnnus | |
2023-10-01 | Export modules | Linnnus | |
2023-09-30 | fix everything forever i hope | Linnnus | |
2023-09-30 | Add duksebot service | Linnnus | |
2023-09-30 | Move secret management to agenix | Linnnus | |
- https://nixos.wiki/wiki/Agenix - https://github.com/ryantm/agenix - https://jonascarpay.com/posts/2021-07-27-agenix.html | |||
2023-09-30 | Remove plaintext PSK | Linnnus | |
DONT FORGET TO CLEANSE GIT HISTORY!!! | |||
2023-09-18 | Add DDNS to ahmed | Linnnus | |
2023-09-18 | Disable ahmed's wireless networking | Linnnus | |
Ahmed now has a wired connection instead :) | |||
2023-09-18 | Disable ahmed's screen | Linnnus | |
2023-09-10 | Add graphics module | Linnnus | |
2023-09-09 | Clean ahmed tmp on boot | Linnnus | |
2023-09-09 | Use builtin logind options instead of extraConfig | Linnnus | |
2023-09-08 | Add Cloudflare proxy settings | Linnnus | |
2023-09-08 | Set up linus.onl | Linnnus | |
2023-09-07 | Reorganize everything | Linnnus | |