My NixOS configuration files
Find a file
Katherina Walshe-Grey 0131a7b4e0 flake.lock: Update
Flake lock file updates:

• Updated input 'agenix':
    'github:ryantm/agenix/fcdea223397448d35d9b31f798479227e80183f6' (2025-11-08)
  → 'github:ryantm/agenix/b027ee29d959fda4b60b57566d64c98a202e0feb' (2026-02-04)
• Updated input 'home-manager':
    'github:nix-community/home-manager/366d78c2856de6ab3411c15c1cb4fb4c2bf5c826' (2026-01-28)
  → 'github:nix-community/home-manager/0d782ee42c86b196acff08acfbf41bb7d13eed5b' (2026-02-05)
• Updated input 'home-manager-unstable':
    'github:nix-community/home-manager/984708c34d3495a518e6ab6b8633469bbca2f77a' (2026-02-01)
  → 'github:nix-community/home-manager/04e5203db66417d548ae1ff188a9f591836dfaa7' (2026-02-05)
• Updated input 'nixpkgs-small':
    'github:NixOS/nixpkgs/e576e3c9cf9bad747afcddd9e34f51d18c855b4e' (2026-02-03)
  → 'github:NixOS/nixpkgs/39dfe6111bc5b19a710bcf409a9b179688f381eb' (2026-02-04)
• Updated input 'nixpkgs-unstable':
    'github:NixOS/nixpkgs/e6eae2ee2110f3d31110d5c222cd395303343b08' (2026-02-03)
  → 'github:NixOS/nixpkgs/00c21e4c93d963c50d4c0c89bfa84ed6e0694df2' (2026-02-04)
• Updated input 'nixpkgs-unstable-small':
    'github:NixOS/nixpkgs/43631839a2cda300a6cba389d1b8da4fe412151b' (2026-02-03)
  → 'github:NixOS/nixpkgs/d88ce2e37ee0939fe4436c0937b3e7f32ea633dc' (2026-02-04)
• Updated input 'randomcat':
    'github:randomnetcat/nix-configs/36099398daa1f9a34c06d847f05f1aad65f7508c' (2026-02-03)
  → 'github:randomnetcat/nix-configs/9215bfc173d0d3c0bd9b1b13569796fd96dce9fb' (2026-02-05)
2026-02-05 12:42:03 +00:00
common base-graphical: Don't install xterm by default 2026-02-03 23:36:25 +00:00
flake backup: Offload DNS & SSH host key to other modules 2025-06-09 23:25:53 +01:00
home/qenya qenya: Install/uninstall misc packages 2026-02-03 23:36:25 +00:00
hosts kilgharrah: Explicitly specify xf86 driver 2026-02-05 12:37:52 +00:00
secrets treewide: Remove birdsong in favour of Tailscale 2025-06-09 16:58:28 +01:00
services headscale: Disable new dns.override_local_dns option 2025-12-06 14:54:41 +00:00
.envrc qenya/zsh: use direnv to load local dev shells 2025-02-26 11:07:53 +00:00
.gitignore Split repo to qenya/ansible-playbooks 2025-12-06 22:52:21 +00:00
flake.lock flake.lock: Update 2026-02-05 12:42:03 +00:00
flake.nix qenya/vscode: Install Ansible extension 2025-12-06 11:43:14 +00:00
keys.nix keys: Add siberys 2025-12-06 17:56: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 treewide: Remove birdsong in favour of Tailscale 2025-06-09 16:58:28 +01: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