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

• Updated input 'colmena':
    'github:zhaofengli/colmena/795155f6b5d79710685899ae9d15d97cde7d7697' (2026-08-12)
  → 'github:zhaofengli/colmena/dc22786a43315b212eeafe13409a7203328e5a30' (2026-08-14)
• Updated input 'flake-parts':
    'github:hercules-ci/flake-parts/427bf4bd9435fdf21321c8cc628c24efc14c0f7a' (2026-08-01)
  → 'github:hercules-ci/flake-parts/31729ca8cbdb4fa927b34e5f4353e6a83f39e993' (2026-09-03)
• Updated input 'flake-parts/nixpkgs-lib':
    'github:nix-community/nixpkgs.lib/0e79af5e3d4dcfcd676ab5ba3f95d2e3352e078c' (2026-07-26)
  → 'github:nix-community/nixpkgs.lib/596e2e3940e09b2abbeb03f75fa1828c57fcd72c' (2026-08-30)
• Updated input 'home-manager':
    'github:nix-community/home-manager/d4fd24667c8cbef124bb70a20380cab75ec8474d' (2026-07-27)
  → 'github:nix-community/home-manager/fd0956c99c41ae3c13a73a638f1f7e963aebc4ab' (2026-09-05)
• Updated input 'home-manager-unstable':
    'github:nix-community/home-manager/c554d3441f725537854e877519f01cbd60680174' (2026-08-13)
  → 'github:nix-community/home-manager/9bdbf423512a9b45d9dac3c25e745f00cf2a6137' (2026-09-09)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/9f78f44a87948854445dae0b6bf82b2e87e4efb5' (2026-08-12)
  → 'github:NixOS/nixpkgs/6aefcda9401be8acc2b74244fb3b37520ea1f0a8' (2026-09-09)
• Updated input 'nixpkgs-small':
    'github:NixOS/nixpkgs/abbffaf878d77842cf72336df1b342466319c214' (2026-08-12)
  → 'github:NixOS/nixpkgs/67a020a4b46c01bf3d6eaa1bdcdcfe7651999c3e' (2026-09-09)
• Updated input 'nixpkgs-unstable':
    'github:NixOS/nixpkgs/0e251e24a4f24e036a084b6b4b2d2491af4167f4' (2026-08-13)
  → 'github:NixOS/nixpkgs/d6524aaca2ff07876657ae2b323f24be4874944b' (2026-09-08)
• Updated input 'nixpkgs-unstable-small':
    'github:NixOS/nixpkgs/592c38b175d0c7bb9ccf1eb3b80872a7bba5f125' (2026-08-13)
  → 'github:NixOS/nixpkgs/0c2af9d27e67eef9db365d86ed0fecf7ce3558ca' (2026-09-09)
• Updated input 'randomcat':
    'github:randomnetcat/nix-configs/9f91a222d6b4bafe4642294184d77a98f977b741' (2026-08-13)
  → 'github:randomnetcat/nix-configs/33ac9fde5eb7dfd4348b7f24ef2e8969661e18b3' (2026-09-09)
2026-09-09 21:36:42 +01:00
common treewide: Upgrade to NixOS 26.05 & adjust/apply workarounds 2026-06-12 00:27:20 +01:00
flake backup: Offload DNS & SSH host key to other modules 2025-06-09 23:25:53 +01:00
home/qenya treewide: Upgrade to NixOS 26.05 & adjust/apply workarounds 2026-06-12 00:27:20 +01:00
hosts kilgharrah: enable proprietary HP drivers for printer 2026-07-27 17:41:33 +01: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-09-09 21:36:42 +01:00
flake.nix treewide: Upgrade to NixOS 26.05 & adjust/apply workarounds 2026-06-12 00:27:20 +01: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