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

• Updated input 'firefox-addons':
    'gitlab:rycee/nur-expressions/bf437c46b2b92baa4a0d3341c27b25fcfa285ec0?dir=pkgs/firefox-addons' (2025-07-12)
  → 'gitlab:rycee/nur-expressions/51e77bb95540b7dd6c60f8fd65a0c472a2c9c3b7?dir=pkgs/firefox-addons' (2025-07-13)
• Updated input 'home-manager':
    'github:nix-community/home-manager/c6a01e54af81b381695db796a43360bf6db5702f' (2025-07-11)
  → 'github:nix-community/home-manager/c26266790678863cce8e7460fdbf0d80991b1906' (2025-07-13)
• Updated input 'home-manager-unstable':
    'github:nix-community/home-manager/ea24675e4f4f4c494ccb04f6645db2a394d348ee' (2025-07-12)
  → 'github:nix-community/home-manager/1e54837569e0b80797c47be4720fab19e0db1616' (2025-07-14)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/10e687235226880ed5e9f33f1ffa71fe60f2638a' (2025-07-10)
  → 'github:NixOS/nixpkgs/650e572363c091045cdbc5b36b0f4c1f614d3058' (2025-07-12)
• Updated input 'nixpkgs-small':
    'github:NixOS/nixpkgs/739c8f530a2c5e0b9eefc8019d201654264cb974' (2025-07-11)
  → 'github:NixOS/nixpkgs/dfcd5b901dbab46c9c6e80b265648481aafb01f8' (2025-07-13)
• Updated input 'nixpkgs-unstable-small':
    'github:NixOS/nixpkgs/d3807bc34e7d086b4754e1c842505570e23f9d01' (2025-07-12)
  → 'github:NixOS/nixpkgs/2f21cef1d1dc734a2dd89f535427cf291aebc8ef' (2025-07-14)
• Updated input 'randomcat':
    'github:randomnetcat/nix-configs/8d3718931bbc5cd9bf6b4acfbbdd6925f119c179' (2025-07-12)
  → 'github:randomnetcat/nix-configs/ecb7abdd7d477b7d45942e9d0a9faa32fff6ee4a' (2025-07-14)
2025-07-14 15:11:57 +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 qenya/dconf: Disable new GNOME 48 wellbeing features 2025-06-01 00:23:36 +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 Initial commit 2024-05-23 15:01:57 +00:00
flake.lock flake.lock: Update 2025-07-14 15:11:57 +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 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