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

• Updated input 'flake-parts':
    'github:hercules-ci/flake-parts/80daad04eddbbf5a4d883996a73f3f542fa437ac' (2026-01-11)
  → 'github:hercules-ci/flake-parts/57928607ea566b5db3ad13af0e57e921e6b12381' (2026-02-02)
• Updated input 'flake-parts/nixpkgs-lib':
    'github:nix-community/nixpkgs.lib/2075416fcb47225d9b68ac469a5c4801a9c4dd85' (2025-12-14)
  → 'github:nix-community/nixpkgs.lib/72716169fe93074c333e8d0173151350670b824c' (2026-02-01)
• Updated input 'home-manager-unstable':
    'github:nix-community/home-manager/175532b6275b34598a0ceb1aef4b9b4006dd4073' (2026-01-29)
  → 'github:nix-community/home-manager/984708c34d3495a518e6ab6b8633469bbca2f77a' (2026-02-01)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/fa83fd837f3098e3e678e6cf017b2b36102c7211' (2026-01-28)
  → 'github:NixOS/nixpkgs/e576e3c9cf9bad747afcddd9e34f51d18c855b4e' (2026-02-03)
• Updated input 'nixpkgs-small':
    'github:NixOS/nixpkgs/8ec59ed5093c2a742d7744e9ecf58f358aa4a87d' (2026-01-29)
  → 'github:NixOS/nixpkgs/e576e3c9cf9bad747afcddd9e34f51d18c855b4e' (2026-02-03)
• Updated input 'nixpkgs-unstable':
    'github:NixOS/nixpkgs/bfc1b8a4574108ceef22f02bafcf6611380c100d' (2026-01-26)
  → 'github:NixOS/nixpkgs/e6eae2ee2110f3d31110d5c222cd395303343b08' (2026-02-03)
• Updated input 'nixpkgs-unstable-small':
    'github:NixOS/nixpkgs/e9dd4a0a603081bc77beda88510f873671d38859' (2026-01-29)
  → 'github:NixOS/nixpkgs/43631839a2cda300a6cba389d1b8da4fe412151b' (2026-02-03)
• Updated input 'plasma-manager':
    'github:nix-community/plasma-manager/51816be33a1ff0d4b22427de83222d5bfa96d30e' (2026-01-06)
  → 'github:nix-community/plasma-manager/fe54ea85c6e4413fba03b84d50f2b431d2f7c831' (2026-02-01)
• Updated input 'randomcat':
    'github:randomnetcat/nix-configs/72211b87d529bc6b8b548bfca6e51a27cab04568' (2026-01-29)
  → 'github:randomnetcat/nix-configs/36099398daa1f9a34c06d847f05f1aad65f7508c' (2026-02-03)
2026-02-05 12:33:31 +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 kilgharrah: Switch from NVIDIA to Intel GPU 2026-02-05 12:32:44 +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-02-05 12:33:31 +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