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

• Updated input 'home-manager':
    'github:nix-community/home-manager/fc3add429f21450359369af74c2375cb34a2d204' (2025-07-27)
  → 'github:nix-community/home-manager/07fc025fe10487dd80f2ec694f1cd790e752d0e8' (2025-08-31)
• Updated input 'home-manager-unstable':
    'github:nix-community/home-manager/282b4c98de97da6667cb03de4f427371734bc39c' (2025-08-21)
  → 'github:nix-community/home-manager/fccb44df77266a3891939f35197f538dace3442f' (2025-08-31)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/a58390ab6f1aa810eb8e0f0fc74230e7cc06de03' (2025-08-19)
  → 'github:NixOS/nixpkgs/b4c2c57c31e68544982226d07e4719a2d86302a8' (2025-08-31)
• Updated input 'nixpkgs-small':
    'github:NixOS/nixpkgs/9b25c330be40afe4b8be9a493439f81aaae27d5f' (2025-08-20)
  → 'github:NixOS/nixpkgs/af39794d2a7403f0121a02cd11af252c2e7ff3aa' (2025-08-31)
• Updated input 'nixpkgs-unstable':
    'github:NixOS/nixpkgs/20075955deac2583bb12f07151c2df830ef346b4' (2025-08-19)
  → 'github:NixOS/nixpkgs/d7600c775f877cd87b4f5a831c28aa94137377aa' (2025-08-30)
• Updated input 'nixpkgs-unstable-small':
    'github:NixOS/nixpkgs/b0eccfbc0168243438e8a6747fcdfb1bb796a3f7' (2025-08-20)
  → 'github:NixOS/nixpkgs/2e6aeede9cb4896693434684bb0002ab2c0cfc09' (2025-08-31)
• Updated input 'plasma-manager':
    'github:nix-community/plasma-manager/cca090f8115c4172b9aef6c5299ae784bdd5e133' (2025-08-06)
  → 'github:nix-community/plasma-manager/d47428e5390d6a5a8f764808a4db15929347cd77' (2025-08-31)
• Updated input 'randomcat':
    'github:randomnetcat/nix-configs/336fe0913a6cabbadb0bff77271fac83db7f12a7' (2025-08-21)
  → 'github:randomnetcat/nix-configs/42cf6f1a07f024475010dff2c31b980893871944' (2025-09-01)
2025-09-01 11:59:20 +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: 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-01 11:59:20 +01:00
flake.nix flake: Fiddle with Lix versions to work around bug 2025-08-14 22:41:16 +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