My nix based configuration
  • Nix 97.1%
  • HCL 2.9%
Find a file
Renovate Bot e7bb8819f3 Update henrygd/beszel:0.18.8 Docker digest to 4c51486 (#34)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [henrygd/beszel](https://github.com/henrygd/beszel) | digest | `697010c` → `4c51486` |

---

### 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 this update 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: #34
2026-08-19 00:41:25 +02:00
home Use wayland app_id instead of X class for discord 2026-08-17 23:36:34 +02:00
hosts Add crowdsec for netbird proxy 2026-08-17 23:35:44 +02:00
modules Update henrygd/beszel:0.18.8 Docker digest to 4c51486 (#34) 2026-08-19 00:41:25 +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 Remove and ignore terraform plan files 2026-07-19 16:05:19 +02:00
users Add calibre ebook management 2026-08-12 10:54:45 +02:00
.gitignore Initial commit 2025-01-14 01:29:24 +01:00
flake.lock Add crowdsec for netbird proxy 2026-08-17 23:35:44 +02:00
flake.nix Add odroidc2 2026-08-17 20:35:24 +02:00
README.md Add --flake option to command in README 2025-01-18 20:41:05 +02:00
renovate.json Adapt renovate matcher for secrets repo 2026-07-21 22:54:40 +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