My NixOS configuration files
Flake lock file updates: • Updated input 'agenix': 'github:ryantm/agenix/531beac616433bac6f9e2a19feb8e99a22a66baf' (2025-06-17) → 'github:ryantm/agenix/9edb1787864c4f59ae5074ad498b6272b3ec308d' (2025-08-05) • Updated input 'colmena': 'github:zhaofengli/colmena/d2beb694d54db653399b8597c0f6e15e20b26405' (2025-07-12) → 'github:zhaofengli/colmena/5e0fbc4dbc50b3a38ecdbcb8d0a5bbe12e3f9a72' (2025-08-03) • Updated input 'flake-parts': 'github:hercules-ci/flake-parts/644e0fc48951a860279da645ba77fe4a6e814c5e' (2025-07-21) → 'github:hercules-ci/flake-parts/af66ad14b28a127c5c0f3bbb298218fc63528a18' (2025-08-06) • Updated input 'flake-parts/nixpkgs-lib': 'github:nix-community/nixpkgs.lib/14a40a1d7fb9afa4739275ac642ed7301a9ba1ab' (2025-06-29) → 'github:nix-community/nixpkgs.lib/0f36c44e01a6129be94e3ade315a5883f0228a6e' (2025-07-27) • Updated input 'home-manager': 'github:nix-community/home-manager/adf195f021a8cbb0c317f75b52e96c82616526f9' (2025-07-20) → 'github:nix-community/home-manager/fc3add429f21450359369af74c2375cb34a2d204' (2025-07-27) • Updated input 'home-manager-unstable': 'github:nix-community/home-manager/847711c7ffa9944b0c5c39a8342ac8eb6a9f9abc' (2025-07-22) → 'github:nix-community/home-manager/91586008a23c01cc32894ee187dca8c0a7bd20a4' (2025-08-10) • Updated input 'lix-module/lix': 'git+https://git.lix.systems/lix-project/lix?ref=release-2.93&rev=7ac20fc47cf2f1b7469c7a2f379e5a3a51a6789a' (2025-07-22) → 'https://git.lix.systems/api/v1/repos/lix-project/lix/archive/7ac20fc47cf2f1b7469c7a2f379e5a3a51a6789a.tar.gz?narHash=sha256-tkT4aCZZE6IEmjYotOzKKa2rV3pGpH3ZREeQn7ACgdU%3D&rev=7ac20fc47cf2f1b7469c7a2f379e5a3a51a6789a' (2025-07-22) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/92c2e04a475523e723c67ef872d8037379073681' (2025-07-21) → 'github:NixOS/nixpkgs/fc756aa6f5d3e2e5666efcf865d190701fef150a' (2025-08-08) • Updated input 'nixpkgs-small': 'github:NixOS/nixpkgs/4978f362d3ecc18c2b111f46a65467a0e07ef923' (2025-07-21) → 'github:NixOS/nixpkgs/c5f08b62ed75415439d48152c2a784e36909b1bc' (2025-08-09) • Updated input 'nixpkgs-unstable': 'github:NixOS/nixpkgs/c87b95e25065c028d31a94f06a62927d18763fdf' (2025-07-19) → 'github:NixOS/nixpkgs/85dbfc7aaf52ecb755f87e577ddbe6dbbdbc1054' (2025-08-09) • Updated input 'nixpkgs-unstable-small': 'github:NixOS/nixpkgs/91b279d8c68718659084298ea287c73b5bf6df2c' (2025-07-21) → 'github:NixOS/nixpkgs/641d909c4a7538f1539da9240dedb1755c907e40' (2025-08-10) • Updated input 'plasma-manager': 'github:nix-community/plasma-manager/b7697abe89967839b273a863a3805345ea54ab56' (2025-05-25) → 'github:nix-community/plasma-manager/cca090f8115c4172b9aef6c5299ae784bdd5e133' (2025-08-06) • Updated input 'randomcat': 'github:randomnetcat/nix-configs/a0363249f2d195f2c1a703981ae8a8703a7ec274' (2025-07-20) → 'github:randomnetcat/nix-configs/5ec76d807da16b1ecd8aaf230cbb88b140810e67' (2025-08-10) |
||
---|---|---|
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