My NixOS configuration files
Flake lock file updates:
• Updated input 'flake-parts':
'github:hercules-ci/flake-parts/80daad04eddbbf5a4d883996a73f3f542fa437ac' (2026-01-11)
→ 'github:hercules-ci/flake-parts/57928607ea566b5db3ad13af0e57e921e6b12381' (2026-02-02)
• Updated input 'flake-parts/nixpkgs-lib':
'github:nix-community/nixpkgs.lib/2075416fcb47225d9b68ac469a5c4801a9c4dd85' (2025-12-14)
→ 'github:nix-community/nixpkgs.lib/72716169fe93074c333e8d0173151350670b824c' (2026-02-01)
• Updated input 'home-manager-unstable':
'github:nix-community/home-manager/175532b6275b34598a0ceb1aef4b9b4006dd4073' (2026-01-29)
→ 'github:nix-community/home-manager/984708c34d3495a518e6ab6b8633469bbca2f77a' (2026-02-01)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/fa83fd837f3098e3e678e6cf017b2b36102c7211' (2026-01-28)
→ 'github:NixOS/nixpkgs/e576e3c9cf9bad747afcddd9e34f51d18c855b4e' (2026-02-03)
• Updated input 'nixpkgs-small':
'github:NixOS/nixpkgs/8ec59ed5093c2a742d7744e9ecf58f358aa4a87d' (2026-01-29)
→ 'github:NixOS/nixpkgs/e576e3c9cf9bad747afcddd9e34f51d18c855b4e' (2026-02-03)
• Updated input 'nixpkgs-unstable':
'github:NixOS/nixpkgs/bfc1b8a4574108ceef22f02bafcf6611380c100d' (2026-01-26)
→ 'github:NixOS/nixpkgs/e6eae2ee2110f3d31110d5c222cd395303343b08' (2026-02-03)
• Updated input 'nixpkgs-unstable-small':
'github:NixOS/nixpkgs/e9dd4a0a603081bc77beda88510f873671d38859' (2026-01-29)
→ 'github:NixOS/nixpkgs/43631839a2cda300a6cba389d1b8da4fe412151b' (2026-02-03)
• Updated input 'plasma-manager':
'github:nix-community/plasma-manager/51816be33a1ff0d4b22427de83222d5bfa96d30e' (2026-01-06)
→ 'github:nix-community/plasma-manager/fe54ea85c6e4413fba03b84d50f2b431d2f7c831' (2026-02-01)
• Updated input 'randomcat':
'github:randomnetcat/nix-configs/72211b87d529bc6b8b548bfca6e51a27cab04568' (2026-01-29)
→ 'github:randomnetcat/nix-configs/36099398daa1f9a34c06d847f05f1aad65f7508c' (2026-02-03)
|
||
|---|---|---|
| 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