My nix based configuration
  • Nix 97.1%
  • HCL 2.9%
Find a file
Renovate Bot c08c3aaa6c Update tecnativa/docker-socket-proxy Docker tag to v0.5.0 (#27)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [tecnativa/docker-socket-proxy](https://github.com/Tecnativa/docker-socket-proxy) | minor | `v0.4.2` → `v0.5.0` |

---

### Release Notes

<details>
<summary>Tecnativa/docker-socket-proxy (tecnativa/docker-socket-proxy)</summary>

### [`v0.5.0`](https://github.com/Tecnativa/docker-socket-proxy/releases/tag/v0.5.0)

[Compare Source](https://github.com/Tecnativa/docker-socket-proxy/compare/v0.4.2...v0.5.0)

#### What's Changed

- Allow to override BIND\_CONFIG from environment by [@&#8203;mtdcr](https://github.com/mtdcr) in [#&#8203;168](https://github.com/Tecnativa/docker-socket-proxy/pull/168)
- Adding pause & resume support by [@&#8203;zzahkaboom24](https://github.com/zzahkaboom24) in [#&#8203;173](https://github.com/Tecnativa/docker-socket-proxy/pull/173)
- \[IMP] Update base HAProxy version by [@&#8203;david-banon-tecnativa](https://github.com/david-banon-tecnativa) in [#&#8203;179](https://github.com/Tecnativa/docker-socket-proxy/pull/179)

#### New Contributors

- [@&#8203;mtdcr](https://github.com/mtdcr) made their first contribution in [#&#8203;168](https://github.com/Tecnativa/docker-socket-proxy/pull/168)
- [@&#8203;zzahkaboom24](https://github.com/zzahkaboom24) made their first contribution in [#&#8203;173](https://github.com/Tecnativa/docker-socket-proxy/pull/173)
- [@&#8203;david-banon-tecnativa](https://github.com/david-banon-tecnativa) made their first contribution in [#&#8203;179](https://github.com/Tecnativa/docker-socket-proxy/pull/179)

**Full Changelog**: <https://github.com/Tecnativa/docker-socket-proxy/compare/v0.4.2...v0.5.0>

</details>

---

### 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: #27
2026-07-29 21:31:31 +02:00
home Add nodejs and vue plugins to gram 2026-07-29 21:27:02 +02:00
hosts Add forgejo-actions-runner vm configuration 2026-07-25 23:32:41 +02:00
modules Update tecnativa/docker-socket-proxy Docker tag to v0.5.0 (#27) 2026-07-29 21:31:31 +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 and configure gram-editor 2026-07-19 15:58:57 +02:00
.gitignore Initial commit 2025-01-14 01:29:24 +01:00
flake.lock Update flake.lock 2026-07-29 21:26:41 +02:00
flake.nix Add forgejo-actions-runner vm configuration 2026-07-25 23:32:41 +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