My NixOS configuration files
Flake lock file updates:
• Updated input 'home-manager-unstable':
'github:nix-community/home-manager/612bbe3b405ad5f71d7bf9edecc04b678a061652' (2026-05-25)
→ 'github:nix-community/home-manager/1ffdc28076a1809ee7c0cf08f06af18f31c480cd' (2026-06-10)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/b77b3de8775677f84492abe84635f87b0e153f0f' (2026-05-22)
→ 'github:NixOS/nixpkgs/e820eb4a444b46a19b2e03e8dfd2359439ff30fe' (2026-06-08)
• Updated input 'nixpkgs-small':
'github:NixOS/nixpkgs/ca66da4ac3bfe08e8c58c94d5d89ea250af225ad' (2026-05-25)
→ 'github:NixOS/nixpkgs/e820eb4a444b46a19b2e03e8dfd2359439ff30fe' (2026-06-08)
• Updated input 'nixpkgs-unstable':
'github:NixOS/nixpkgs/29916453413845e54a65b8a1cf996842300cd299' (2026-05-23)
→ 'github:NixOS/nixpkgs/a799d3e3886da994fa307f817a6bc705ae538eeb' (2026-06-06)
• Updated input 'nixpkgs-unstable-small':
'github:NixOS/nixpkgs/250e9be4d610f5dbbbf3dfa279245d090a9d2bfc' (2026-05-25)
→ 'github:NixOS/nixpkgs/9ae611a455b90cf061d8f332b977e387bda8e1ca' (2026-06-10)
• Updated input 'randomcat':
'github:randomnetcat/nix-configs/0f518c72620d4809a281b069fa53eb4bdae30e77' (2026-05-24)
→ 'github:randomnetcat/nix-configs/ad103142972e6aeaeecf0909a464a4821129d67b' (2026-06-10)
|
||
|---|---|---|
| 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