My NixOS configuration files
Find a file
2025-04-08 17:22:10 +01: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 Remove rudimentary netbox module 2025-04-08 17:22:10 +01:00
secrets yevaud: add experimental container with networking over vpn 2024-12-04 19:46:22 +00:00
services Revert "kanidm: init" 2025-04-07 15:21:14 +01:00
.envrc qenya/zsh: use direnv to load local dev shells 2025-02-26 11:07:53 +00:00
.gitignore Initial commit 2024-05-23 15:01:57 +00:00
flake.lock flake: pin lix version 2025-04-07 15:20:17 +01:00
flake.nix flake: pin lix version 2025-04-07 15:20:17 +01:00
keys.nix elucredassa, kilgharrah: set up remote builds for elucredassa 2025-02-04 16:42:33 +00:00
LICENSE Initial commit 2024-05-23 15:01:57 +00:00
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 correct flake-compat hash 2024-09-15 16:37:30 +01:00

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