My nix based configuration
- Nix 97.1%
- HCL 2.9%
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 [@​mtdcr](https://github.com/mtdcr) in [#​168](https://github.com/Tecnativa/docker-socket-proxy/pull/168) - Adding pause & resume support by [@​zzahkaboom24](https://github.com/zzahkaboom24) in [#​173](https://github.com/Tecnativa/docker-socket-proxy/pull/173) - \[IMP] Update base HAProxy version by [@​david-banon-tecnativa](https://github.com/david-banon-tecnativa) in [#​179](https://github.com/Tecnativa/docker-socket-proxy/pull/179) #### New Contributors - [@​mtdcr](https://github.com/mtdcr) made their first contribution in [#​168](https://github.com/Tecnativa/docker-socket-proxy/pull/168) - [@​zzahkaboom24](https://github.com/zzahkaboom24) made their first contribution in [#​173](https://github.com/Tecnativa/docker-socket-proxy/pull/173) - [@​david-banon-tecnativa](https://github.com/david-banon-tecnativa) made their first contribution in [#​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 |
||
|---|---|---|
| home | ||
| hosts | ||
| modules | ||
| overlays | ||
| pkgs | ||
| terraform | ||
| users | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
| renovate.json | ||
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