My NixOS configuration files
Flake lock file updates:
• Updated input 'flake-parts':
'github:hercules-ci/flake-parts/f20dc5d9b8027381c474144ecabc9034d6a839a3' (2026-03-01)
→ 'github:hercules-ci/flake-parts/3107b77cd68437b9a76194f0f7f9c55f2329ca5b' (2026-04-01)
• Updated input 'flake-parts/nixpkgs-lib':
'github:nix-community/nixpkgs.lib/c185c7a5e5dd8f9add5b2f8ebeff00888b070742' (2026-03-01)
→ 'github:nix-community/nixpkgs.lib/333c4e0545a6da976206c74db8773a1645b5870a' (2026-03-29)
• Updated input 'home-manager':
'github:nix-community/home-manager/0759e0e137305bc9d0c52c204c6d8dffe6f601a6' (2026-03-16)
→ 'github:nix-community/home-manager/49ca96b2714c5931e17401eff87f3edd42d2b0f2' (2026-04-01)
• Updated input 'home-manager-unstable':
'github:nix-community/home-manager/57d5560ee92a424fb71fde800acd6ed2c725dfce' (2026-03-16)
→ 'github:nix-community/home-manager/03bdcf84f092956943dcf9ef164481e463512716' (2026-04-03)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/48652e9d5aea46e555b3df87354280d4f29cd3a3' (2026-03-16)
→ 'github:NixOS/nixpkgs/bcd464ccd2a1a7cd09aa2f8d4ffba83b761b1d0e' (2026-04-01)
• Updated input 'nixpkgs-small':
'github:NixOS/nixpkgs/a6219ef19b53b9e575df8d8f13bc8d7f74db71e8' (2026-03-17)
→ 'github:NixOS/nixpkgs/0aecba5a03727e1ac2d66378907d9a6e9c8266d0' (2026-04-03)
• Updated input 'nixpkgs-unstable':
'github:NixOS/nixpkgs/5b2c2d84341b2afb5647081c1386a80d7a8d8605' (2026-03-16)
→ 'github:NixOS/nixpkgs/6201e203d09599479a3b3450ed24fa81537ebc4e' (2026-04-01)
• Updated input 'nixpkgs-unstable-small':
'github:NixOS/nixpkgs/41a2715cc472025a19bc0eb9dc4ee8b7406bfa6f' (2026-03-17)
→ 'github:NixOS/nixpkgs/0eac666efaa8a9afea2821f9efc7921b4ef39b4e' (2026-04-03)
• Updated input 'plasma-manager':
'github:nix-community/plasma-manager/a4b33606111c9c5dcd10009042bb710307174f51' (2026-03-01)
→ 'github:nix-community/plasma-manager/f3177b3c69fb3f03201098d7fe8ab6422cce7fc1' (2026-03-31)
• Updated input 'randomcat':
'github:randomnetcat/nix-configs/1f51c2f93a725635ab0b2ac3e296772deb79013a' (2026-03-16)
→ 'github:randomnetcat/nix-configs/7b40f2927eee7e990a4fcce0b279d5dba7e7540e' (2026-04-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