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

• Updated input 'flake-parts':
    'github:hercules-ci/flake-parts/af66ad14b28a127c5c0f3bbb298218fc63528a18' (2025-08-06)
  → 'github:hercules-ci/flake-parts/4524271976b625a4a605beefd893f270620fd751' (2025-09-01)
• Updated input 'flake-parts/nixpkgs-lib':
    'github:nix-community/nixpkgs.lib/0f36c44e01a6129be94e3ade315a5883f0228a6e' (2025-07-27)
  → 'github:nix-community/nixpkgs.lib/a73b9c743612e4244d865a2fdee11865283c04e6' (2025-08-10)
• Updated input 'home-manager-unstable':
    'github:nix-community/home-manager/fccb44df77266a3891939f35197f538dace3442f' (2025-08-31)
  → 'github:nix-community/home-manager/f35703b412c67b48e97beb6e27a6ab96a084cd37' (2025-09-07)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/b4c2c57c31e68544982226d07e4719a2d86302a8' (2025-08-31)
  → 'github:NixOS/nixpkgs/092c565d333be1e17b4779ac22104338941d913f' (2025-09-07)
• Updated input 'nixpkgs-small':
    'github:NixOS/nixpkgs/af39794d2a7403f0121a02cd11af252c2e7ff3aa' (2025-08-31)
  → 'github:NixOS/nixpkgs/16721e9cbabc2847dd62591e5ec8f2ea54379588' (2025-09-08)
• Updated input 'nixpkgs-unstable':
    'github:NixOS/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa' (2025-08-30)
  → 'github:NixOS/nixpkgs/8eb28adfa3dc4de28e792e3bf49fcf9007ca8ac9' (2025-09-05)
• Updated input 'nixpkgs-unstable-small':
    'github:NixOS/nixpkgs/2e6aeede9cb4896693434684bb0002ab2c0cfc09' (2025-08-31)
  → 'github:NixOS/nixpkgs/e568c4e9e6231f948f0d1f3c90859b41e8791186' (2025-09-08)
• Updated input 'randomcat':
    'github:randomnetcat/nix-configs/42cf6f1a07f024475010dff2c31b980893871944' (2025-09-01)
  → 'github:randomnetcat/nix-configs/2fcdb2d229a34190cfa24edbeabf4f34bdd5099c' (2025-09-08)
2025-09-08 12:30:28 +01:00
common boot: Add Control D DNS as fallback if Mullvad is down 2025-09-08 12:27:13 +01:00
flake backup: Offload DNS & SSH host key to other modules 2025-06-09 23:25:53 +01:00
home/qenya qenya: Remove reference to Plasma 5 as it is no longer used 2025-08-24 20:34:37 +01:00
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 qenya/zsh: use direnv to load local dev shells 2025-02-26 11:07:53 +00:00
.gitignore
flake.lock flake.lock: Update 2025-09-08 12:30:28 +01:00
flake.nix flake: Workaround for using Colmena HEAD but with Lix as a dependency 2025-09-02 02:23:51 +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 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

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