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

• Updated input 'colmena':
    'github:zhaofengli/colmena/f560ed613a568aee178576b21c6818ef50819ca5' (2025-07-09)
  → 'github:zhaofengli/colmena/d2beb694d54db653399b8597c0f6e15e20b26405' (2025-07-12)
• Updated input 'firefox-addons':
    'gitlab:rycee/nur-expressions/680d0ba892443d95ad1afdc523686573111e6c1a?dir=pkgs/firefox-addons' (2025-07-11)
  → 'gitlab:rycee/nur-expressions/bf437c46b2b92baa4a0d3341c27b25fcfa285ec0?dir=pkgs/firefox-addons' (2025-07-12)
• Updated input 'home-manager-unstable':
    'github:nix-community/home-manager/e90b28967cacc64de7fb8742314ed0d7d12f47c6' (2025-07-11)
  → 'github:nix-community/home-manager/ea24675e4f4f4c494ccb04f6645db2a394d348ee' (2025-07-12)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/88983d4b665fb491861005137ce2b11a9f89f203' (2025-07-08)
  → 'github:NixOS/nixpkgs/10e687235226880ed5e9f33f1ffa71fe60f2638a' (2025-07-10)
• Updated input 'nixpkgs-small':
    'github:NixOS/nixpkgs/0d81cd273efaaca0aa5c9685a462c6b91fc704fd' (2025-07-10)
  → 'github:NixOS/nixpkgs/739c8f530a2c5e0b9eefc8019d201654264cb974' (2025-07-11)
• Updated input 'nixpkgs-unstable-small':
    'github:NixOS/nixpkgs/1bd4d0d4a678d48b63eb18f457d74df2fcee6c69' (2025-07-11)
  → 'github:NixOS/nixpkgs/d3807bc34e7d086b4754e1c842505570e23f9d01' (2025-07-12)
• Updated input 'randomcat':
    'github:randomnetcat/nix-configs/36ec1db331a6fd39e1f9d8ee3ef36d887fe1e2d1' (2025-07-11)
  → 'github:randomnetcat/nix-configs/8d3718931bbc5cd9bf6b4acfbbdd6925f119c179' (2025-07-12)
2025-07-12 20:46:11 +01:00
common boot: Enable resolved/DNS-over-TLS 2025-06-25 01:14:54 +01:00
flake backup: Offload DNS & SSH host key to other modules 2025-06-09 23:25:53 +01:00
home/qenya
hosts kilgharrah: Install libdvdcss 2025-06-25 01:14:11 +01:00
secrets treewide: Remove birdsong in favour of Tailscale 2025-06-09 16:58:28 +01:00
services actual: Use package from unstable 2025-07-12 20:45:15 +01:00
.envrc
.gitignore
flake.lock flake.lock: Update 2025-07-12 20:46:11 +01:00
flake.nix flake.lock: Update 2025-06-30 14:12:26 +01:00
keys.nix ssh: Read host keys from data file; rename from openssh 2025-06-09 18:02:02 +01:00
LICENSE
README.md
secrets.nix treewide: Remove birdsong in favour of Tailscale 2025-06-09 16:58:28 +01: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