My NixOS configuration files
Flake lock file updates: • Updated input 'colmena': 'github:zhaofengli/colmena/5e0fbc4dbc50b3a38ecdbcb8d0a5bbe12e3f9a72' (2025-08-03) → 'github:zhaofengli/colmena/5bf4ce6a24adba74a5184f4a9bef01d545a09473' (2025-08-15) • Updated input 'home-manager-unstable': 'github:nix-community/home-manager/11626a4383b458f8dc5ea3237eaa04e8ab1912f3' (2025-08-15) → 'github:nix-community/home-manager/282b4c98de97da6667cb03de4f427371734bc39c' (2025-08-21) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/3385ca0cd7e14c1a1eb80401fe011705ff012323' (2025-08-13) → 'github:NixOS/nixpkgs/a58390ab6f1aa810eb8e0f0fc74230e7cc06de03' (2025-08-19) • Updated input 'nixpkgs-small': 'github:NixOS/nixpkgs/5d35709e6ca20589ba8f60ffd50ca73021cec7c7' (2025-08-14) → 'github:NixOS/nixpkgs/9b25c330be40afe4b8be9a493439f81aaae27d5f' (2025-08-20) • Updated input 'nixpkgs-unstable': 'github:NixOS/nixpkgs/fbcf476f790d8a217c3eab4e12033dc4a0f6d23c' (2025-08-14) → 'github:NixOS/nixpkgs/20075955deac2583bb12f07151c2df830ef346b4' (2025-08-19) • Updated input 'nixpkgs-unstable-small': 'github:NixOS/nixpkgs/1a341e3c908f4a3105e737bd13af0318dc06fbe3' (2025-08-14) → 'github:NixOS/nixpkgs/b0eccfbc0168243438e8a6747fcdfb1bb796a3f7' (2025-08-20) • Updated input 'randomcat': 'github:randomnetcat/nix-configs/210dfc9f7a5503379cb7270ef677cedbfff26cc0' (2025-08-15) → 'github:randomnetcat/nix-configs/336fe0913a6cabbadb0bff77271fac83db7f12a7' (2025-08-21) |
||
---|---|---|
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