My NixOS configuration files
Flake lock file updates:
• Updated input 'colmena':
'github:zhaofengli/colmena/f560ed613a568aee178576b21c6818ef50819ca5' (2025-07-09)
→ 'github:zhaofengli/colmena/d2beb694d54db653399b8597c0f6e15e20b26405' (2025-07-12)
• Updated input 'firefox-addons':
'gitlab:rycee/nur-expressions/680d0ba892443d95ad1afdc523686573111e6c1a?dir=pkgs/firefox-addons' (2025-07-11)
→ 'gitlab:rycee/nur-expressions/bf437c46b2b92baa4a0d3341c27b25fcfa285ec0?dir=pkgs/firefox-addons' (2025-07-12)
• Updated input 'home-manager-unstable':
'github:nix-community/home-manager/e90b28967cacc64de7fb8742314ed0d7d12f47c6' (2025-07-11)
→ 'github:nix-community/home-manager/ea24675e4f4f4c494ccb04f6645db2a394d348ee' (2025-07-12)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/88983d4b665fb491861005137ce2b11a9f89f203' (2025-07-08)
→ 'github:NixOS/nixpkgs/10e687235226880ed5e9f33f1ffa71fe60f2638a' (2025-07-10)
• Updated input 'nixpkgs-small':
'github:NixOS/nixpkgs/0d81cd273efaaca0aa5c9685a462c6b91fc704fd' (2025-07-10)
→ 'github:NixOS/nixpkgs/739c8f530a2c5e0b9eefc8019d201654264cb974' (2025-07-11)
• Updated input 'nixpkgs-unstable-small':
'github:NixOS/nixpkgs/1bd4d0d4a678d48b63eb18f457d74df2fcee6c69' (2025-07-11)
→ 'github:NixOS/nixpkgs/d3807bc34e7d086b4754e1c842505570e23f9d01' (2025-07-12)
• Updated input 'randomcat':
'github:randomnetcat/nix-configs/36ec1db331a6fd39e1f9d8ee3ef36d887fe1e2d1' (2025-07-11)
→ 'github:randomnetcat/nix-configs/8d3718931bbc5cd9bf6b4acfbbdd6925f119c179' (2025-07-12)
|
||
|---|---|---|
| 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