My NixOS configuration files
Flake lock file updates:
• Updated input 'colmena':
'github:zhaofengli/colmena/df694ee23be7ed7b2d8b42c245a640f0724eb06c' (2025-05-09)
→ 'github:zhaofengli/colmena/58f1beb074881d7208def140af71b7864b6139e0' (2025-06-08)
• Updated input 'firefox-addons':
'gitlab:rycee/nur-expressions/0a907047c5b56503dd2e889dbbb694c61b8daf25?dir=pkgs/firefox-addons' (2025-06-02)
→ 'gitlab:rycee/nur-expressions/fe13e6abfe72b39ad8381595c3c404849330c3cb?dir=pkgs/firefox-addons' (2025-06-09)
• Updated input 'flake-parts':
'github:hercules-ci/flake-parts/49f0870db23e8c1ca0b5259734a02cd9e1e371a1' (2025-06-01)
→ 'github:hercules-ci/flake-parts/9305fe4e5c2a6fcf5ba6a3ff155720fbe4076569' (2025-06-08)
• Updated input 'home-manager':
'github:nix-community/home-manager/282e1e029cb6ab4811114fc85110613d72771dea' (2025-05-31)
→ 'github:nix-community/home-manager/7aae0ee71a17b19708b93b3ed448a1a0952bf111' (2025-06-05)
• Updated input 'home-manager-unstable':
'github:nix-community/home-manager/c7fdb7e90bff1a51b79c1eed458fb39e6649a82a' (2025-06-02)
→ 'github:nix-community/home-manager/74d196c9943a67908d1883f61154e594d03863e5' (2025-06-09)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/a59eb7800787c926045d51b70982ae285faa2346' (2025-05-31)
→ 'github:NixOS/nixpkgs/70c74b02eac46f4e4aa071e45a6189ce0f6d9265' (2025-06-06)
• Updated input 'nixpkgs-small':
'github:NixOS/nixpkgs/c9ffdbb8d515b225169ee8bbbff2fdcb8cb6a2e5' (2025-06-01)
→ 'github:NixOS/nixpkgs/2b41bf05854399433a852b438bb5392dc56cbaba' (2025-06-07)
• Updated input 'nixpkgs-unstable':
'github:NixOS/nixpkgs/910796cabe436259a29a72e8d3f5e180fc6dfacc' (2025-05-31)
→ 'github:NixOS/nixpkgs/3e3afe5174c561dee0df6f2c2b2236990146329f' (2025-06-07)
• Updated input 'nixpkgs-unstable-small':
'github:NixOS/nixpkgs/0d0bc640d371e9e8c9914c42951b3d6522bc5dda' (2025-06-01)
→ 'github:NixOS/nixpkgs/0fc422d6c394191338c9d6a05786c63fc52a0f29' (2025-06-08)
• Updated input 'randomcat':
'github:randomnetcat/nix-configs/7db88aafc6ff326ed1987a1fc4d639820c305843' (2025-06-02)
→ 'github:randomnetcat/nix-configs/3cc561e5c7c463785f0e79a518572afaa74c8377' (2025-06-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