My nix based configuration
Find a file
Renovate Bot 5de6a829e6 Update netbird to v0.73.2 (#8)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| netbirdio/netbird | minor | `0.72.4-rootless` → `v0.73.2-rootless` |
| netbirdio/netbird-server | minor | `0.72.4` → `0.73.2` |
| netbirdio/reverse-proxy | minor | `0.72.4` → `0.73.2` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the warning logs for more information.

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE1MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #8
Co-authored-by: Renovate Bot <renovate@jfreudenberger.de>
Co-committed-by: Renovate Bot <renovate@jfreudenberger.de>
2026-06-22 22:26:00 +02:00
home nixos: 25.11 -> 26.05 2026-06-14 01:08:20 +02:00
hosts Add displaylink module 2026-06-22 22:11:50 +02:00
modules Update netbird to v0.73.2 (#8) 2026-06-22 22:26:00 +02:00
overlays Initial commit 2025-01-14 01:29:24 +01:00
pkgs nixos: 25.11 -> 26.05 2026-06-14 01:08:20 +02:00
terraform Add terraform module 2026-03-29 21:12:46 +02:00
users Add user to kvm group 2025-12-08 19:29:16 +01:00
.gitignore Initial commit 2025-01-14 01:29:24 +01:00
flake.lock Add vm busch-nixos-native 2026-06-18 01:28:44 +02:00
flake.nix Add vm busch-nixos-native 2026-06-18 01:28:44 +02:00
README.md Add --flake option to command in README 2025-01-18 20:41:05 +02:00
renovate.json Group netbird updates 2026-06-22 22:20:41 +02:00

Nix Configuration

This repository is home to the nix code that builds my systems.

Why Nix?

Nix allows for easy to manage, collaborative, reproducible deployments. This means that once something is setup and configured once, it works forever. If someone else shares their configuration, anyone can make use of it.

How to install Nix and Deploy this Flake?

After installed NixOS with nix-command & flake enabled, you can deploy this flake with the following command:

sudo nixos-rebuild switch --flake .#nixos-test