My NixOS configuration files
Flake lock file updates: • Updated input 'firefox-addons': 'gitlab:rycee/nur-expressions/bf437c46b2b92baa4a0d3341c27b25fcfa285ec0?dir=pkgs/firefox-addons' (2025-07-12) → 'gitlab:rycee/nur-expressions/51e77bb95540b7dd6c60f8fd65a0c472a2c9c3b7?dir=pkgs/firefox-addons' (2025-07-13) • Updated input 'home-manager': 'github:nix-community/home-manager/c6a01e54af81b381695db796a43360bf6db5702f' (2025-07-11) → 'github:nix-community/home-manager/c26266790678863cce8e7460fdbf0d80991b1906' (2025-07-13) • Updated input 'home-manager-unstable': 'github:nix-community/home-manager/ea24675e4f4f4c494ccb04f6645db2a394d348ee' (2025-07-12) → 'github:nix-community/home-manager/1e54837569e0b80797c47be4720fab19e0db1616' (2025-07-14) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/10e687235226880ed5e9f33f1ffa71fe60f2638a' (2025-07-10) → 'github:NixOS/nixpkgs/650e572363c091045cdbc5b36b0f4c1f614d3058' (2025-07-12) • Updated input 'nixpkgs-small': 'github:NixOS/nixpkgs/739c8f530a2c5e0b9eefc8019d201654264cb974' (2025-07-11) → 'github:NixOS/nixpkgs/dfcd5b901dbab46c9c6e80b265648481aafb01f8' (2025-07-13) • Updated input 'nixpkgs-unstable-small': 'github:NixOS/nixpkgs/d3807bc34e7d086b4754e1c842505570e23f9d01' (2025-07-12) → 'github:NixOS/nixpkgs/2f21cef1d1dc734a2dd89f535427cf291aebc8ef' (2025-07-14) • Updated input 'randomcat': 'github:randomnetcat/nix-configs/8d3718931bbc5cd9bf6b4acfbbdd6925f119c179' (2025-07-12) → 'github:randomnetcat/nix-configs/ecb7abdd7d477b7d45942e9d0a9faa32fff6ee4a' (2025-07-14) |
||
---|---|---|
common | ||
flake | ||
home/qenya | ||
hosts | ||
secrets | ||
services | ||
.envrc | ||
.gitignore | ||
flake.lock | ||
flake.nix | ||
keys.nix | ||
LICENSE | ||
README.md | ||
secrets.nix | ||
shell.nix |
nixfiles
My NixOS configuration files.
The canonical location for this repository is https://git.unspecified.systems/qenya/nixfiles. If you're viewing it elsewhere, it is a mirror and may not be up-to-date.
Machines
Managed
kilgharrah
: Custom-built personal desktop; also currently running Jellyfin, Navidrome and Audiobookshelf servers (and an FTP server, for shits and giggles)tohru
: Dell Latitude 5300, personal laptopelucredassa
: Acer Aspire A315-53, old laptop with a broken keyboard that now sits in a corner being a backup serveryevaud
: Oracle Cloud free AMD VM, hosts a Forgejo instance and WireGuard server for the other machines in the networkorm
: Oracle Cloud free AMD VM, hosts an instance of Actual Budget and a PostgreSQL server for other services that need onekalessin
: Oracle Cloud free ARM VM, currently idling
Referenced only
shaw
: My girlfriend's NASlatias
: My Steam Deck
Usage
Building
To build locally, run nixos-rebuild switch --flake .#[hostname]
as root.
To build the remote machines, run colmena apply
. See the colmena documentation for command-line options. Notable options include:
--on [hostname]
: build a specific machine only--reboot
: reboot after building (but note this bug means it may hang even when the reboot completes successfully)
Updating
nix flake update --commit-lock-file