My NixOS configuration files
Flake lock file updates: • Updated input 'firefox-addons': 'gitlab:rycee/nur-expressions/51e77bb95540b7dd6c60f8fd65a0c472a2c9c3b7?dir=pkgs/firefox-addons' (2025-07-13) → 'gitlab:rycee/nur-expressions/a38f383959d8bf0c1d5d555469a4c63c4632701f?dir=pkgs/firefox-addons' (2025-07-22) • Updated input 'flake-parts': 'github:hercules-ci/flake-parts/77826244401ea9de6e3bac47c2db46005e1f30b5' (2025-07-01) → 'github:hercules-ci/flake-parts/644e0fc48951a860279da645ba77fe4a6e814c5e' (2025-07-21) • Updated input 'home-manager': 'github:nix-community/home-manager/c26266790678863cce8e7460fdbf0d80991b1906' (2025-07-13) → 'github:nix-community/home-manager/adf195f021a8cbb0c317f75b52e96c82616526f9' (2025-07-20) • Updated input 'home-manager-unstable': 'github:nix-community/home-manager/1e54837569e0b80797c47be4720fab19e0db1616' (2025-07-14) → 'github:nix-community/home-manager/847711c7ffa9944b0c5c39a8342ac8eb6a9f9abc' (2025-07-22) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/650e572363c091045cdbc5b36b0f4c1f614d3058' (2025-07-12) → 'github:NixOS/nixpkgs/92c2e04a475523e723c67ef872d8037379073681' (2025-07-21) • Updated input 'nixpkgs-small': 'github:NixOS/nixpkgs/dfcd5b901dbab46c9c6e80b265648481aafb01f8' (2025-07-13) → 'github:NixOS/nixpkgs/4978f362d3ecc18c2b111f46a65467a0e07ef923' (2025-07-21) • Updated input 'nixpkgs-unstable': 'github:NixOS/nixpkgs/9807714d6944a957c2e036f84b0ff8caf9930bc0' (2025-07-08) → 'github:NixOS/nixpkgs/c87b95e25065c028d31a94f06a62927d18763fdf' (2025-07-19) • Updated input 'nixpkgs-unstable-small': 'github:NixOS/nixpkgs/2f21cef1d1dc734a2dd89f535427cf291aebc8ef' (2025-07-14) → 'github:NixOS/nixpkgs/91b279d8c68718659084298ea287c73b5bf6df2c' (2025-07-21) • Updated input 'randomcat': 'github:randomnetcat/nix-configs/ecb7abdd7d477b7d45942e9d0a9faa32fff6ee4a' (2025-07-14) → 'github:randomnetcat/nix-configs/a0363249f2d195f2c1a703981ae8a8703a7ec274' (2025-07-20) |
||
---|---|---|
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