My NixOS configuration files
Find a file
Katherina Walshe-Grey 83e8c3d8f8 kalessin, orm: Fix broken backups
Not been working for two and a half months. Oops. We've all been there.
2025-05-28 15:27:07 +01:00
common nix: Remove redundant manual $NIX_PATH value 2025-05-22 15:16:15 +01:00
flake backup: hoist variable definitions, add source to target's knownHosts 2025-03-04 18:12:44 +00:00
home/qenya qenya: Install Celluloid (on GNOME) or Haruna (on KDE) 2025-05-16 17:28:53 +01:00
hosts kalessin, orm: Fix broken backups 2025-05-28 15:27:07 +01:00
secrets yevaud: add experimental container with networking over vpn 2024-12-04 19:46:22 +00:00
services owncast: Resolve port number clash 2025-05-21 19:28:39 +01:00
.envrc qenya/zsh: use direnv to load local dev shells 2025-02-26 11:07:53 +00:00
.gitignore
flake.lock flake.lock: Update 2025-05-28 09:42:48 +01:00
flake.nix tehanu: init 2025-05-22 03:10:37 +01:00
keys.nix elucredassa, kilgharrah: set up remote builds for elucredassa 2025-02-04 16:42:33 +00:00
LICENSE
README.md Update README.md 2025-03-15 19:58:34 +00:00
secrets.nix yevaud: add experimental container with networking over vpn 2024-12-04 19:46:22 +00:00
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