My NixOS configuration files
- Nix 100%
Flake lock file updates:
• Updated input 'colmena':
'github:zhaofengli/colmena/349b035a5027f23d88eeb3bc41085d7ee29f18ed' (2025-11-01)
→ 'github:zhaofengli/colmena/76ba0daa542880b730faec81f4e87efcaa63bc57' (2026-07-13)
• Updated input 'colmena/flake-utils':
'github:numtide/flake-utils/c0e246b9b83f637f4681389ecabcb2681b4f3af0' (2022-08-07)
→ 'github:numtide/flake-utils/11707dc2f618dd54ca8739b309ec4fc024de578b' (2024-11-13)
• Added input 'colmena/flake-utils/systems':
'github:nix-systems/default/da67096a3b9bf56a91d16901293e51ba5b49a27e' (2023-04-09)
• Updated input 'flake-parts':
'github:hercules-ci/flake-parts/f7c1a2d347e4c52d5fb8d10cb4d94b5884e546fb' (2026-05-13)
→ 'github:hercules-ci/flake-parts/17c9d6cdfc60c64f4ee8d306f9bc0b4ccb51481e' (2026-07-01)
• Updated input 'flake-parts/nixpkgs-lib':
'github:nix-community/nixpkgs.lib/f5901329dade4a6ea039af1433fb087bd9c1fe14' (2026-04-26)
→ 'github:nix-community/nixpkgs.lib/db3f255737b94216eb71cce308e2912cf6bc2d7c' (2026-06-28)
• Updated input 'home-manager':
'github:nix-community/home-manager/ea6d221d7aa85652d014b6f719dddf036037515b' (2026-06-11)
→ 'github:nix-community/home-manager/3cd22efe6471dc7365c822bd9ad73a21e55f38fb' (2026-07-11)
• Updated input 'home-manager-unstable':
'github:nix-community/home-manager/486595d2cf49cfcd649b58a284fa11ac0e34da22' (2026-06-11)
→ 'github:nix-community/home-manager/165228b0efefc3e635e5174020c40ea64271dc25' (2026-07-15)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/bd0ff2d3eac24699c3664d5966b9ef36f388e2ca' (2026-06-08)
→ 'github:NixOS/nixpkgs/4382ed2b7a6839d4280a9b386db49cbc5907414d' (2026-07-16)
• Updated input 'nixpkgs-small':
'github:NixOS/nixpkgs/88a9d48c8af83291a3d1d33ab0955d276accf6f1' (2026-06-11)
→ 'github:NixOS/nixpkgs/73814047f34ebec31823b7a3087e31816788aabd' (2026-07-16)
• Updated input 'nixpkgs-unstable':
'github:NixOS/nixpkgs/a799d3e3886da994fa307f817a6bc705ae538eeb' (2026-06-06)
→ 'github:NixOS/nixpkgs/753cc8a3a87467296ddd1fa93f0cc3e81120ee46' (2026-07-15)
• Updated input 'nixpkgs-unstable-small':
'github:NixOS/nixpkgs/e4ade1db48ff481708436f206a377be351a38974' (2026-06-11)
→ 'github:NixOS/nixpkgs/e8d924d50a462f89166e31a27bdcbbade35fd8e6' (2026-07-16)
• Updated input 'plasma-manager':
'github:nix-community/plasma-manager/a524a6160e6df89f7673ba293cf7d78b559eb1a5' (2026-04-10)
→ 'github:nix-community/plasma-manager/c551f0687658e4bb699cfff6015436ad7ee57a0d' (2026-07-09)
• Updated input 'randomcat':
'github:randomnetcat/nix-configs/2298846f48d5f0de83bcf251422215740ed72cd0' (2026-06-11)
→ 'github:randomnetcat/nix-configs/4838bc0dadf935e04ed01ce3e4632e46a4117b87' (2026-07-16)
|
||
|---|---|---|
| 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