My NixOS configuration files
Flake lock file updates:
• Updated input 'home-manager':
'github:nix-community/home-manager/49ca96b2714c5931e17401eff87f3edd42d2b0f2' (2026-04-01)
→ 'github:nix-community/home-manager/0d02ec1d0a05f88ef9e74b516842900c41f0f2fe' (2026-04-05)
• Updated input 'home-manager-unstable':
'github:nix-community/home-manager/03bdcf84f092956943dcf9ef164481e463512716' (2026-04-03)
→ 'github:nix-community/home-manager/ffbd94a1c9d7d3e1258e51c084ab2109da04f2b1' (2026-04-24)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/bcd464ccd2a1a7cd09aa2f8d4ffba83b761b1d0e' (2026-04-01)
→ 'github:NixOS/nixpkgs/10e7ad5bbcb421fe07e3a4ad53a634b0cd57ffac' (2026-04-21)
• Updated input 'nixpkgs-small':
'github:NixOS/nixpkgs/0aecba5a03727e1ac2d66378907d9a6e9c8266d0' (2026-04-03)
→ 'github:NixOS/nixpkgs/d24b3b0d40c4e2c14ed2c66b6d15d0dd94a99a95' (2026-04-24)
• Updated input 'nixpkgs-unstable':
'github:NixOS/nixpkgs/6201e203d09599479a3b3450ed24fa81537ebc4e' (2026-04-01)
→ 'github:NixOS/nixpkgs/0726a0ecb6d4e08f6adced58726b95db924cef57' (2026-04-22)
• Updated input 'nixpkgs-unstable-small':
'github:NixOS/nixpkgs/0eac666efaa8a9afea2821f9efc7921b4ef39b4e' (2026-04-03)
→ 'github:NixOS/nixpkgs/15ebe06759175c2e98dba23c0b125913589094e7' (2026-04-24)
• Updated input 'plasma-manager':
'github:nix-community/plasma-manager/f3177b3c69fb3f03201098d7fe8ab6422cce7fc1' (2026-03-31)
→ 'github:nix-community/plasma-manager/a524a6160e6df89f7673ba293cf7d78b559eb1a5' (2026-04-10)
• Updated input 'randomcat':
'github:randomnetcat/nix-configs/7b40f2927eee7e990a4fcce0b279d5dba7e7540e' (2026-04-03)
→ 'github:randomnetcat/nix-configs/0f1034b5f0d55e1f856aeeea10bf19a0f7fd66b8' (2026-04-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