Flake lock file updates: • Updated input 'firefox-addons': 'gitlab:rycee/nur-expressions/fe816609e68ee1887ee89e43c9ca1aad75362477?dir=pkgs/firefox-addons' (2024-12-26) → 'gitlab:rycee/nur-expressions/b93d8cdf12139da45146a6c3cf53141a437c41ec?dir=pkgs/firefox-addons' (2025-01-04) • Updated input 'home-manager': 'github:nix-community/home-manager/80b0fdf483c5d1cb75aaad909bd390d48673857f' (2024-12-16) → 'github:nix-community/home-manager/613691f285dad87694c2ba1c9e6298d04736292d' (2024-12-28) • Updated input 'home-manager-unstable': 'github:nix-community/home-manager/35b98d20ca8f4ca1f6a2c30b8a2c8bb305a36d84' (2024-12-24) → 'github:nix-community/home-manager/5ad12b6ea06b84e48f6b677957c74f32d47bdee0' (2025-01-05) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/4005c3ff7505313cbc21081776ad0ce5dfd7a3ce' (2024-12-25) → 'github:NixOS/nixpkgs/d29ab98cd4a70a387b8ceea3e930b3340d41ac5a' (2025-01-03) • Updated input 'nixpkgs-small': 'github:NixOS/nixpkgs/1dd8f51e62c0ff199e551744ab46fc4fbe6f827a' (2024-12-26) → 'github:NixOS/nixpkgs/beaa880fbe02536b66d5361dd3e61c1abf44155f' (2025-01-05) • Updated input 'nixpkgs-unstable': 'github:NixOS/nixpkgs/d70bd19e0a38ad4790d3913bf08fcbfc9eeca507' (2024-12-19) → 'github:NixOS/nixpkgs/6df24922a1400241dae323af55f30e4318a6ca65' (2025-01-02) • Updated input 'nixpkgs-unstable-small': 'github:NixOS/nixpkgs/7cc0bff31a3a705d3ac4fdceb030a17239412210' (2024-12-27) → 'github:NixOS/nixpkgs/e554bf17658bd1bfe393dcaca8b8eee6014ddfa1' (2025-01-05) • Updated input 'randomcat': 'github:randomnetcat/nix-configs/b4b1967ea9d09d7ff64d77c48261fb0f290e7a0c' (2024-12-27) → 'github:randomnetcat/nix-configs/5c508fbe33f4fec253589f442e3869afb5632186' (2025-01-05) |
||
---|---|---|
common | ||
home/qenya | ||
hosts | ||
secrets | ||
services | ||
.gitignore | ||
flake.lock | ||
flake.nix | ||
keys.nix | ||
LICENSE | ||
README.md | ||
secrets.nix | ||
shell.nix |
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 desktoptohru
: Dell Latitude 5300, personal laptopyevaud
: Oracle Cloud free AMD VM, hosts a Forgejo instance and WireGuard server for the other machines in the networkorm
: Oracle Cloud free AMD VM, currently idlingkalessin
: Oracle Cloud free ARM VM, currently idling
Referenced only
shaw
: My girlfriend's NASlatias
: My Steam Deck
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