My NixOS configuration files
Flake lock file updates: • Updated input 'home-manager': 'github:nix-community/home-manager/fc3add429f21450359369af74c2375cb34a2d204' (2025-07-27) → 'github:nix-community/home-manager/07fc025fe10487dd80f2ec694f1cd790e752d0e8' (2025-08-31) • Updated input 'home-manager-unstable': 'github:nix-community/home-manager/282b4c98de97da6667cb03de4f427371734bc39c' (2025-08-21) → 'github:nix-community/home-manager/fccb44df77266a3891939f35197f538dace3442f' (2025-08-31) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/a58390ab6f1aa810eb8e0f0fc74230e7cc06de03' (2025-08-19) → 'github:NixOS/nixpkgs/b4c2c57c31e68544982226d07e4719a2d86302a8' (2025-08-31) • Updated input 'nixpkgs-small': 'github:NixOS/nixpkgs/9b25c330be40afe4b8be9a493439f81aaae27d5f' (2025-08-20) → 'github:NixOS/nixpkgs/af39794d2a7403f0121a02cd11af252c2e7ff3aa' (2025-08-31) • Updated input 'nixpkgs-unstable': 'github:NixOS/nixpkgs/20075955deac2583bb12f07151c2df830ef346b4' (2025-08-19) → 'github:NixOS/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa' (2025-08-30) • Updated input 'nixpkgs-unstable-small': 'github:NixOS/nixpkgs/b0eccfbc0168243438e8a6747fcdfb1bb796a3f7' (2025-08-20) → 'github:NixOS/nixpkgs/2e6aeede9cb4896693434684bb0002ab2c0cfc09' (2025-08-31) • Updated input 'plasma-manager': 'github:nix-community/plasma-manager/cca090f8115c4172b9aef6c5299ae784bdd5e133' (2025-08-06) → 'github:nix-community/plasma-manager/d47428e5390d6a5a8f764808a4db15929347cd77' (2025-08-31) • Updated input 'randomcat': 'github:randomnetcat/nix-configs/336fe0913a6cabbadb0bff77271fac83db7f12a7' (2025-08-21) → 'github:randomnetcat/nix-configs/42cf6f1a07f024475010dff2c31b980893871944' (2025-09-01) |
||
---|---|---|
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