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

• Updated input 'flake-parts':
    'github:hercules-ci/flake-parts/57928607ea566b5db3ad13af0e57e921e6b12381' (2026-02-02)
  → 'github:hercules-ci/flake-parts/f20dc5d9b8027381c474144ecabc9034d6a839a3' (2026-03-01)
• Updated input 'flake-parts/nixpkgs-lib':
    'github:nix-community/nixpkgs.lib/72716169fe93074c333e8d0173151350670b824c' (2026-02-01)
  → 'github:nix-community/nixpkgs.lib/c185c7a5e5dd8f9add5b2f8ebeff00888b070742' (2026-03-01)
• Updated input 'home-manager':
    'github:nix-community/home-manager/cb6c151f5c9db4df0b69d06894dc8484de1f16a0' (2026-02-22)
  → 'github:nix-community/home-manager/0759e0e137305bc9d0c52c204c6d8dffe6f601a6' (2026-03-16)
• Updated input 'home-manager-unstable':
    'github:nix-community/home-manager/9a4b494b1aa1b93d8edf167f46dc8e0c0011280c' (2026-02-23)
  → 'github:nix-community/home-manager/57d5560ee92a424fb71fde800acd6ed2c725dfce' (2026-03-16)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/e764fc9a405871f1f6ca3d1394fb422e0a0c3951' (2026-02-24)
  → 'github:NixOS/nixpkgs/48652e9d5aea46e555b3df87354280d4f29cd3a3' (2026-03-16)
• Updated input 'nixpkgs-small':
    'github:NixOS/nixpkgs/05867c6c37266983faccbcca165fad9d2d4db185' (2026-02-24)
  → 'github:NixOS/nixpkgs/a6219ef19b53b9e575df8d8f13bc8d7f74db71e8' (2026-03-17)
• Updated input 'nixpkgs-unstable':
    'github:NixOS/nixpkgs/2fc6539b481e1d2569f25f8799236694180c0993' (2026-02-23)
  → 'github:NixOS/nixpkgs/5b2c2d84341b2afb5647081c1386a80d7a8d8605' (2026-03-16)
• Updated input 'nixpkgs-unstable-small':
    'github:NixOS/nixpkgs/89bb5c5da7a857869cc88ef9b856bffdff8af264' (2026-02-24)
  → 'github:NixOS/nixpkgs/41a2715cc472025a19bc0eb9dc4ee8b7406bfa6f' (2026-03-17)
• Updated input 'plasma-manager':
    'github:nix-community/plasma-manager/44b928068359b7d2310a34de39555c63c93a2c90' (2026-02-10)
  → 'github:nix-community/plasma-manager/a4b33606111c9c5dcd10009042bb710307174f51' (2026-03-01)
• Updated input 'randomcat':
    'github:randomnetcat/nix-configs/7587f4e394c48cc10c3dab2f838a72e03633851f' (2026-02-24)
  → 'github:randomnetcat/nix-configs/1f51c2f93a725635ab0b2ac3e296772deb79013a' (2026-03-16)
2026-03-17 19:51:04 +00:00
common base-graphical: Don't install xterm by default 2026-02-03 23:36:25 +00:00
flake backup: Offload DNS & SSH host key to other modules 2025-06-09 23:25:53 +01:00
home/qenya qenya: Install/uninstall misc packages 2026-02-03 23:36:25 +00:00
hosts elucredassa: Update setting name 2026-02-24 18:56:12 +00: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-03-17 19:51:04 +00:00
flake.nix qenya/vscode: Install Ansible extension 2025-12-06 11:43:14 +00: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