Skip to content
Oeiuwq Faith Blog OpenSource Porfolio

vorburger/nixfiles

Nix files of vorburger@

vorburger/nixfiles.json
{
"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"
}

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.

To run local virtual machines for testing your host configurations, please refer to the [Testing in Virtual Machines tutorial]!(docs/docs/tutorial/vm.md).

  • 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-anywhere VM 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.

Change *.nix files for any host on any host, and then just:

nixos-rebuild switch --flake .#$HOSTNEW --target-host $HOSTNEW --sudo --ask-sudo-password

Change *.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.