My NixOS configuration files
- Nix 100%
Flake lock file updates:
• Updated input 'colmena':
'github:zhaofengli/colmena/795155f6b5d79710685899ae9d15d97cde7d7697' (2026-08-12)
→ 'github:zhaofengli/colmena/dc22786a43315b212eeafe13409a7203328e5a30' (2026-08-14)
• Updated input 'flake-parts':
'github:hercules-ci/flake-parts/427bf4bd9435fdf21321c8cc628c24efc14c0f7a' (2026-08-01)
→ 'github:hercules-ci/flake-parts/31729ca8cbdb4fa927b34e5f4353e6a83f39e993' (2026-09-03)
• Updated input 'flake-parts/nixpkgs-lib':
'github:nix-community/nixpkgs.lib/0e79af5e3d4dcfcd676ab5ba3f95d2e3352e078c' (2026-07-26)
→ 'github:nix-community/nixpkgs.lib/596e2e3940e09b2abbeb03f75fa1828c57fcd72c' (2026-08-30)
• Updated input 'home-manager':
'github:nix-community/home-manager/d4fd24667c8cbef124bb70a20380cab75ec8474d' (2026-07-27)
→ 'github:nix-community/home-manager/fd0956c99c41ae3c13a73a638f1f7e963aebc4ab' (2026-09-05)
• Updated input 'home-manager-unstable':
'github:nix-community/home-manager/c554d3441f725537854e877519f01cbd60680174' (2026-08-13)
→ 'github:nix-community/home-manager/9bdbf423512a9b45d9dac3c25e745f00cf2a6137' (2026-09-09)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/9f78f44a87948854445dae0b6bf82b2e87e4efb5' (2026-08-12)
→ 'github:NixOS/nixpkgs/6aefcda9401be8acc2b74244fb3b37520ea1f0a8' (2026-09-09)
• Updated input 'nixpkgs-small':
'github:NixOS/nixpkgs/abbffaf878d77842cf72336df1b342466319c214' (2026-08-12)
→ 'github:NixOS/nixpkgs/67a020a4b46c01bf3d6eaa1bdcdcfe7651999c3e' (2026-09-09)
• Updated input 'nixpkgs-unstable':
'github:NixOS/nixpkgs/0e251e24a4f24e036a084b6b4b2d2491af4167f4' (2026-08-13)
→ 'github:NixOS/nixpkgs/d6524aaca2ff07876657ae2b323f24be4874944b' (2026-09-08)
• Updated input 'nixpkgs-unstable-small':
'github:NixOS/nixpkgs/592c38b175d0c7bb9ccf1eb3b80872a7bba5f125' (2026-08-13)
→ 'github:NixOS/nixpkgs/0c2af9d27e67eef9db365d86ed0fecf7ce3558ca' (2026-09-09)
• Updated input 'randomcat':
'github:randomnetcat/nix-configs/9f91a222d6b4bafe4642294184d77a98f977b741' (2026-08-13)
→ 'github:randomnetcat/nix-configs/33ac9fde5eb7dfd4348b7f24ef2e8969661e18b3' (2026-09-09)
|
||
|---|---|---|
| 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