vorburger/nixfiles
Nix files of vorburger@
{ "createdAt": "2025-10-12T23:46:49Z", "defaultBranch": "main", "description": "Nix files of vorburger@", "fullName": "vorburger/nixfiles", "homepage": "https://nixfiles.vorburger.ch", "language": "Nix", "name": "nixfiles", "pushedAt": "2026-06-15T18:03:20Z", "stargazersCount": 3, "topics": [ "nix", "nix-dotfiles", "nix-flake", "nixos", "nixos-config", "nixos-configuration", "nixpkgs" ], "updatedAt": "2026-06-15T18:04:43Z", "url": "https://github.com/vorburger/nixfiles"}vorburger/nixfiles
Section titled “vorburger/nixfiles”The ❄️ Nix files of @vorburger. (These are “dendritic”.)
dotfiles ⚆ are here; I’ve also got 🔮 aifiles.
Originally explored in my LearningLinux 🐧 repo.
and the dotfiles/NixOS; TODO consolidate.
Test VM
Section titled “Test VM”To run local virtual machines for testing your host configurations, please refer to the [Testing in Virtual Machines tutorial]!(docs/docs/tutorial/vm.md).
Installation
Section titled “Installation”- Testing in Virtual Machines (VM): Refer to the [Testing in Virtual Machines tutorial]!(docs/docs/tutorial/vm.md) for lightweight dev VM, full bootable VM, and
nixos-anywhereVM installation instructions. - Bare-Metal Installation (BM): Refer to the [Bare-Metal Installation reference]!(docs/docs/reference/bare-metal.md) for installer ISO creation, flashing, target host configuration, and bare-metal deployment.
Maintenance
Section titled “Maintenance”Remote
Section titled “Remote”Change *.nix files for any host on any host, and then just:
nixos-rebuild switch --flake .#$HOSTNEW --target-host $HOSTNEW --sudo --ask-sudo-passwordChange *.nix files locally, and then just:
sudo nixos-rebuild switch --flake .nix build .#documentation produces the static HTML documentation site in result/ (built using Zensical).
nix run .#watch-documentation (or watch-documentation in the nix develop shell) serves the documentation locally with live-rebuilds.
It’s published to https://nixfiles.vorburger.ch.