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

• Updated input 'agenix':
    'github:ryantm/agenix/9edb1787864c4f59ae5074ad498b6272b3ec308d' (2025-08-05)
  → 'github:ryantm/agenix/2f0f812f69f3eb4140157fe15e12739adf82e32a' (2025-10-19)
• Updated input 'flake-parts':
    'github:hercules-ci/flake-parts/4524271976b625a4a605beefd893f270620fd751' (2025-09-01)
  → 'github:hercules-ci/flake-parts/864599284fc7c0ba6357ed89ed5e2cd5040f0c04' (2025-10-20)
• Updated input 'home-manager':
    'github:nix-community/home-manager/07fc025fe10487dd80f2ec694f1cd790e752d0e8' (2025-08-31)
  → 'github:nix-community/home-manager/3b955f5f0a942f9f60cdc9cacb7844335d0f21c3' (2025-09-21)
• Updated input 'home-manager-unstable':
    'github:nix-community/home-manager/f35703b412c67b48e97beb6e27a6ab96a084cd37' (2025-09-07)
  → 'github:nix-community/home-manager/c644cb018f9fdec55f5ac2afb4713a8c7beb757c' (2025-10-24)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/092c565d333be1e17b4779ac22104338941d913f' (2025-09-07)
  → 'github:NixOS/nixpkgs/c8aa8cc00a5cb57fada0851a038d35c08a36a2bb' (2025-10-22)
• Updated input 'nixpkgs-small':
    'github:NixOS/nixpkgs/16721e9cbabc2847dd62591e5ec8f2ea54379588' (2025-09-08)
  → 'github:NixOS/nixpkgs/e7b2e554a77018dec2f259b782d062500c133d49' (2025-10-24)
• Updated input 'nixpkgs-unstable':
    'github:NixOS/nixpkgs/8eb28adfa3dc4de28e792e3bf49fcf9007ca8ac9' (2025-09-05)
  → 'github:NixOS/nixpkgs/01f116e4df6a15f4ccdffb1bcd41096869fb385c' (2025-10-22)
• Updated input 'nixpkgs-unstable-small':
    'github:NixOS/nixpkgs/e568c4e9e6231f948f0d1f3c90859b41e8791186' (2025-09-08)
  → 'github:NixOS/nixpkgs/642fae6c6a7fbd9b9a61e2d3fc849c99bb4d485a' (2025-10-24)
• Updated input 'plasma-manager':
    'github:nix-community/plasma-manager/d47428e5390d6a5a8f764808a4db15929347cd77' (2025-08-31)
  → 'github:nix-community/plasma-manager/27dfa61b64d0cdb8e4ba6f3aaa4d4e067d64cb5c' (2025-10-21)
• Updated input 'randomcat':
    'github:randomnetcat/nix-configs/2fcdb2d229a34190cfa24edbeabf4f34bdd5099c' (2025-09-08)
  → 'github:randomnetcat/nix-configs/f1963827395d6c82a7e64267fde9b0c82da02380' (2025-10-23)
2025-10-24 23:39:35 +01:00
common Revert "boot: Add Control D DNS as fallback if Mullvad is down" 2025-10-04 18:34:14 +01:00
flake backup: Offload DNS & SSH host key to other modules 2025-06-09 23:25:53 +01:00
home/qenya qenya/firefox: Set custom search engines 2025-10-24 23:17:17 +01:00
hosts kilgharrah: Install Heroic Games Launcher 2025-10-24 23:38:20 +01:00
secrets treewide: Remove birdsong in favour of Tailscale 2025-06-09 16:58:28 +01:00
services reverse-proxy: Init new module to simplify nginx reverse proxies 2025-09-16 19:01:56 +01:00
.envrc qenya/zsh: use direnv to load local dev shells 2025-02-26 11:07:53 +00:00
.gitignore Initial Ansible setup 2025-10-05 15:50:21 +01:00
flake.lock flake.lock: Update 2025-10-24 23:39:35 +01:00
flake.nix Initial Ansible setup 2025-10-05 15:50:21 +01:00
inventory.yaml Initial Ansible setup 2025-10-05 15:50:21 +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
playbook.yaml Initial Ansible setup 2025-10-05 15:50:21 +01: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