My NixOS configuration files
Find a file
2025-01-23 14:24:39 +00:00
common nix: permit "insecure" electron-31 2025-01-21 19:55:15 +00:00
home/qenya nix: permit "insecure" electron-31 2025-01-21 19:55:15 +00:00
hosts elucredassa: Restrict WireGuard's MTU to fit through 6in4 tunnel 2025-01-23 14:24:39 +00:00
secrets yevaud: add experimental container with networking over vpn 2024-12-04 19:46:22 +00:00
services treewide: rationalise distributed builds 2024-11-16 01:54:41 +00:00
.gitignore Initial commit 2024-05-23 15:01:57 +00:00
flake.lock flake.lock: Update 2025-01-21 17:52:44 +00:00
flake.nix flake: Add address for elucredassa 2025-01-22 00:27:30 +00:00
keys.nix users: add gaelan 2024-11-25 18:56:00 +00:00
LICENSE Initial commit 2024-05-23 15:01:57 +00:00
README.md flake: colmena compat with CppNix 2.24 2024-12-25 00:03:49 +00:00
secrets.nix yevaud: add experimental container with networking over vpn 2024-12-04 19:46:22 +00: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.qenya.tel/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
  • tohru: Dell Latitude 5300, personal laptop
  • 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, currently idling
  • 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)
  • --experimental-flake-eval: currently necessary to build at all. See here

Updating

nix flake update --commit-lock-file