My NixOS configuration files
Find a file
2025-03-19 17:17:51 +00:00
common gpg: init 2025-03-19 17:17:51 +00:00
flake backup: hoist variable definitions, add source to target's knownHosts 2025-03-04 18:12:44 +00:00
home/qenya qenya/vscode: rust-analyzer support 2025-03-18 13:14:50 +00:00
hosts pipewire-low-latency: Remove 2025-03-17 03:00:24 +00:00
secrets
services pipewire-low-latency: Remove 2025-03-17 03:00:24 +00:00
.envrc
.gitignore
flake.lock flake.lock: Update 2025-03-16 15:09:01 +00:00
flake.nix kalessin: add new state dataset 2025-03-04 19:45:03 +00:00
keys.nix
LICENSE
README.md Update README.md 2025-03-15 19:58:34 +00:00
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 laptop
  • elucredassa: Acer Aspire A315-53, old laptop with a broken keyboard that now sits in a corner being a backup server
  • yevaud: Oracle Cloud free AMD VM, hosts a Forgejo instance and WireGuard server for the other machines in the network
  • orm: Oracle Cloud free AMD VM, hosts an instance of Actual Budget and a PostgreSQL server for other services that need one
  • kalessin: Oracle Cloud free ARM VM, currently idling

Referenced only

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