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

• Updated input 'agenix':
    'github:ryantm/agenix/e600439ec4c273cf11e06fe4d9d906fb98fa097c' (2025-01-15)
  → 'github:ryantm/agenix/96e078c646b711aee04b82ba01aefbff87004ded' (2025-04-26)
• Updated input 'firefox-addons':
    'gitlab:rycee/nur-expressions/60f50437003e17137a871686dfa3fc4291edd5e5?dir=pkgs/firefox-addons' (2025-04-07)
  → 'gitlab:rycee/nur-expressions/346899a4b3b651ab447c61e0c8e9d8a1454cda72?dir=pkgs/firefox-addons' (2025-04-23)
• Updated input 'home-manager':
    'github:nix-community/home-manager/a9f8b3db211b4609ddd83683f9db89796c7f6ac6' (2025-04-04)
  → 'github:nix-community/home-manager/dd26f75fb4ec1c731d4b1396eaf4439ce40a91c1' (2025-04-25)
• Updated input 'home-manager-unstable':
    'github:nix-community/home-manager/f463902a3f03e15af658e48bcc60b39188ddf734' (2025-04-07)
  → 'github:nix-community/home-manager/2f5819a962489e037a57835f63ed6ff8dbc2d5fb' (2025-04-26)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/7819a0d29d1dd2bc331bec4b327f0776359b1fa6' (2025-04-05)
  → 'github:NixOS/nixpkgs/5630cf13cceac06cefe9fc607e8dfa8fb342dde3' (2025-04-24)
• Updated input 'nixpkgs-small':
    'github:NixOS/nixpkgs/f27c6099cec4fe9b67c7fbc51d8324dcb4b52694' (2025-04-05)
  → 'github:NixOS/nixpkgs/d1e377e4cfcb3da8da4b71dbef631e8317907cd8' (2025-04-26)
• Updated input 'nixpkgs-unstable':
    'github:NixOS/nixpkgs/42a1c966be226125b48c384171c44c651c236c22' (2025-04-05)
  → 'github:NixOS/nixpkgs/f771eb401a46846c1aebd20552521b233dd7e18b' (2025-04-24)
• Updated input 'nixpkgs-unstable-small':
    'github:NixOS/nixpkgs/da98c5d529f118c82e80a3f9b4fb01fdeba3cf7a' (2025-04-06)
  → 'github:NixOS/nixpkgs/1ee8b713821882c66f5ecfde5c4e5874b1cb5e2f' (2025-04-27)
• Updated input 'randomcat':
    'github:randomnetcat/nix-configs/335ef83e439cfcb4781d5a8f54f606afb63e9f48' (2025-04-07)
  → 'github:randomnetcat/nix-configs/876f365eaa010988a0908421578c72fb17c28f09' (2025-04-27)
2025-04-27 11:20:13 +01:00
common gpg: init 2025-03-19 17:17:51 +00:00
flake backup: hoist variable definitions, add source to target's knownHosts 2025-03-04 18:12:44 +00:00
home/qenya qenya/vscode: rust-analyzer support 2025-03-18 13:14:50 +00:00
hosts Remove rudimentary netbox module 2025-04-08 17:22:10 +01:00
secrets yevaud: add experimental container with networking over vpn 2024-12-04 19:46:22 +00:00
services Revert "kanidm: init" 2025-04-07 15:21:14 +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-04-27 11:20:13 +01:00
flake.nix flake: pin lix version 2025-04-07 15:20:17 +01:00
keys.nix elucredassa, kilgharrah: set up remote builds for elucredassa 2025-02-04 16:42:33 +00:00
LICENSE
README.md Update README.md 2025-03-15 19:58:34 +00:00
secrets.nix yevaud: add experimental container with networking over vpn 2024-12-04 19:46:22 +00: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