Gabriel Fontes 46e7fb5435 chore(flake): update inputs
Update direct inputs:
- firefox-addons a5ad6b67 -> 25227969 (84 commits; uBlock Origin 1.71.0 -> 1.73.0)
- nixos-hardware 2e790b0a -> 0471accf (15 commits; Raspberry Pi and P14s fixes)
- home-manager 06258193 -> 03f4cd46 (203 commits; module fixes, additions, and migrations)
- lanzaboote 6650fb7c -> 69cf334f (34 commits; firmware key option, docs, and dependency updates)
- nix-minecraft 794884da -> 25b4dfcd (54 commits; server locks and NeoForge fixes)
- nixos-mailserver c37fd9c4 -> e668474d (23 commits; Postfix CA workaround and maintenance)
- sops-nix 420f8d2e -> a8627b21 (17 commits; dependency and initrd test fixes)
- system-manager 48d47346 -> 64748b62 (3 commits; unstable/stable branch support)
- nixpkgs 567a49d1 -> 56c02bc0 (104 direct system/home package changes)

Keep the legacy RuneScape client working with OpenSSL 1.1 from a pinned
nixos-26.05 input, and preserve the removed Materia theme locally without
its obsolete Murrine runtime dependency. Adapt removed package references and
renamed NixOS/Home Manager options exposed by the update.

- rebase the llama.cpp cache-scan patch onto 10408
- adapt the fish-helix compatibility patch to Fish 4.8
- update Hyprbars for the Hyprland 0.56 plugin API
- use the Python distribution name for Lyrics metadata checks
- disable broken qutebrowser GBM video path (QtWebEngine 6.11.1)

Assisted-by: pi (gpt-5.6-sol)
2026-08-28 11:58:07 -03:00
2026-08-28 11:58:07 -03:00
2026-08-28 11:58:07 -03:00
2026-08-28 11:58:07 -03:00
2026-08-28 11:58:07 -03:00
2026-08-28 11:58:07 -03:00
2021-09-21 20:45:21 -03:00
2023-03-10 13:47:54 -03:00
2026-06-29 00:03:50 -03:00
2026-08-17 12:42:18 -03:00
2026-08-28 11:58:07 -03:00
2026-08-28 11:58:07 -03:00
2021-09-13 03:52:48 -03:00

built with nix hydra status

Foundry

My public infrastructure monorepo: the NixOS/home-manager configuration that runs all my machines, plus the source of the personal projects it deploys. Requires Nix flakes.

Looking for something simpler to start out with flakes? Try my starter config repo.

Repository layout

hosts/nixos/    per-machine NixOS configurations (atlas, alcyone, ...)
hosts/ubuntu/   system-manager configurations for Ubuntu machines
hosts/common/   configuration shared between both
home/           home-manager configuration (feature-flagged)
modules/        reusable nixos/ and home-manager/ modules
overlays/, pkgs/ package overlays and custom packages (including wallpapers)
lib/            pure-Nix Material You color engine
projects/       my public projects deployed from here (e.g. the m7.rs website)

Highlights:

  • NixOS configurations: desktop, laptop, servers
  • Opt-in persistence through impermanence + blank snapshotting
  • Encrypted single BTRFS partition (with disko for declarative partitioning)
  • Secure Boot via lanzaboote
  • Fully declarative self-hosted stuff
  • Deployment secrets using sops-nix
  • Mesh networked hosts with tailscale and headscale
  • Flexible Home Manager configs through feature flags
  • Extensively configured hyprland environment
  • Declarative theming: wallpapers and a pure-Nix Material You color engine
  • Hydra CI/CD builds every host, serves a binary cache, and hosts auto-upgrade by pull deployment

About the installation

All my computers use a single btrfs (encrypted on all except headless systems) partition, with subvolumes for /nix, a /persist directory (which I opt in using impermanence), swap file, and a root subvolume (cleared on every boot).

Home-manager is used as a NixOS module, integrated via home-manager.users.

Secrets

For deployment secrets (such as user passwords and server service secrets), I'm using the awesome sops-nix. All secrets are encrypted with my personal PGP key (stored on a YubiKey), as well as the relevant systems' SSH host keys.

On my desktop and laptop, I use pass for managing passwords, which are encrypted using (you bet) my PGP key. This same key is also used for mail signing, as well as for SSH'ing around.

Tooling and applications I use

Most relevant user apps daily drivers:

  • hyprland + hypridle + hyprlock
  • waybar
  • helix
  • fish
  • alacritty
  • qutebrowser
  • neomutt + mbsync
  • khal + khard + todoman + vdirsyncer
  • gpg + pass
  • tailscale
  • podman
  • zathura
  • wofi
  • bat + fd + rg
  • kdeconnect

Some of the services I host:

  • hydra
  • jellyfin
  • *arrs (including torrent and usenet)
  • prometheus
  • websites (such as https://m7.rs)
  • minecraft
  • headscale

Nixy stuff:

  • sops-nix
  • impermanence
  • disko
  • lanzaboote
  • home-manager
  • and NixOS and nix itself, of course :)

Let me know if you have any questions about them :)

Unixpornish stuff

fakebusy clean

AI usage note

Since June 2026, I've been trying out LLM assistance in my workflows. So far it feels pretty good; brainstorming helps me a lot with decision paralysis. I'm trying to keep my use bounded and disclosed. I think it's a useful tool, but it should be adopted with care.

I will write a decent blog post about my opinions on AI at some point. The gist is:

  • These things are useful for bounded tasks with good docs and reviews, but suck at owning architecture or accountability
  • There's no going back now that open-weight models run on consumer hardware, we can't uninvent them
  • Boycotting AI does not help by itself; non-use is not a political strategy
  • We need clear LLM policy on projects rather than trying (and failing) to forbid it
  • Disclosure is very important, and trying to pass LLM output off as human-written is disrespectful
  • LLMs should never have been built by scraping and exploiting our art and work
  • If copyright doesn't protect our creations, it shouldn't protect their models; support open-weight models and distillation as harm reduction
  • We need regulation, decentralization, and redistribution of the value LLMs generate
  • Machines can't be horny, thus can't create art; LLMs are for utility, not art or craft. Pay an artist instead

Some bibliography I'd recommend:

S
Description
Personal monorepo. NixOS+home-manager configs, website, and other projects.
Readme MIT
18 MiB
Languages
Nix 35.7%
Rust 28.1%
Java 18%
Python 7.3%
TypeScript 3.7%
Other 7.1%