My NixOS configuration files
Flake lock file updates:
• Updated input 'home-manager':
'github:nix-community/home-manager/0d782ee42c86b196acff08acfbf41bb7d13eed5b' (2026-02-05)
→ 'github:nix-community/home-manager/cb6c151f5c9db4df0b69d06894dc8484de1f16a0' (2026-02-22)
• Updated input 'home-manager-unstable':
'github:nix-community/home-manager/04e5203db66417d548ae1ff188a9f591836dfaa7' (2026-02-05)
→ 'github:nix-community/home-manager/9a4b494b1aa1b93d8edf167f46dc8e0c0011280c' (2026-02-23)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/e576e3c9cf9bad747afcddd9e34f51d18c855b4e' (2026-02-03)
→ 'github:NixOS/nixpkgs/e764fc9a405871f1f6ca3d1394fb422e0a0c3951' (2026-02-24)
• Updated input 'nixpkgs-small':
'github:NixOS/nixpkgs/39dfe6111bc5b19a710bcf409a9b179688f381eb' (2026-02-04)
→ 'github:NixOS/nixpkgs/05867c6c37266983faccbcca165fad9d2d4db185' (2026-02-24)
• Updated input 'nixpkgs-unstable':
'github:NixOS/nixpkgs/00c21e4c93d963c50d4c0c89bfa84ed6e0694df2' (2026-02-04)
→ 'github:NixOS/nixpkgs/2fc6539b481e1d2569f25f8799236694180c0993' (2026-02-23)
• Updated input 'nixpkgs-unstable-small':
'github:NixOS/nixpkgs/d88ce2e37ee0939fe4436c0937b3e7f32ea633dc' (2026-02-04)
→ 'github:NixOS/nixpkgs/89bb5c5da7a857869cc88ef9b856bffdff8af264' (2026-02-24)
• Updated input 'plasma-manager':
'github:nix-community/plasma-manager/fe54ea85c6e4413fba03b84d50f2b431d2f7c831' (2026-02-01)
→ 'github:nix-community/plasma-manager/44b928068359b7d2310a34de39555c63c93a2c90' (2026-02-10)
• Updated input 'randomcat':
'github:randomnetcat/nix-configs/9215bfc173d0d3c0bd9b1b13569796fd96dce9fb' (2026-02-05)
→ 'github:randomnetcat/nix-configs/7587f4e394c48cc10c3dab2f838a72e03633851f' (2026-02-24)
|
||
|---|---|---|
| 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