My nix based configuration
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [fnsys/dockhand](https://dockhand.pro) ([source](https://github.com/Finsys/dockhand)) | patch | `v1.0.36` → `v1.0.37` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/12) for more information. --- ### Release Notes <details> <summary>Finsys/dockhand (fnsys/dockhand)</summary> ### [`v1.0.37`](https://github.com/Finsys/dockhand/releases/tag/v1.0.37) [Compare Source](https://github.com/Finsys/dockhand/compare/v1.0.36...v1.0.37) #### What's new in v1.0.37 - ✨ Prometheus metrics at /metrics for env state and internals, gated by EXPORT\_METRICS ([#​339](https://github.com/Finsys/dockhand/issues/339)) - ✨ export scan results as SARIF 2.1.0, manual export and API for DefectDojo/Dependency-Track/GitHub ([#​415](https://github.com/Finsys/dockhand/issues/415)) - ✨ bump bundled docker-compose to 5.2.0-r0 to clear known CVEs - ✨ Vulnerabilities dashboard: aggregated CVE findings ([#​1038](https://github.com/Finsys/dockhand/issues/1038)) - ✨ update container images directly from the Stack view ([#​1073](https://github.com/Finsys/dockhand/issues/1073)) - ✨ stacks list shows an update indicator for stacks with image updates ([#​504](https://github.com/Finsys/dockhand/issues/504)) - 🐛 copying an image to another registry keeps its tag instead of defaulting to latest ([#​1243](https://github.com/Finsys/dockhand/issues/1243)) - 🐛 `more-than-current image` re-scans the current image so a stale cached scan doesn't block ([#​1022](https://github.com/Finsys/dockhand/issues/1022)) - ✨ application logs now include the log level (INFO/WARN/ERROR) in the prefix ([#​1166](https://github.com/Finsys/dockhand/issues/1166)) - ✨ option to suppress the "What's New" popup ([#​1235](https://github.com/Finsys/dockhand/issues/1235)) - 🐛 ntfy notifications now forward the `email` query parameter so ntfy can send email ([#​1231](https://github.com/Finsys/dockhand/issues/1231)) - ✨ default scanner images bumped to grype v0.115.0 and trivy 0.71.2 ([#​1241](https://github.com/Finsys/dockhand/issues/1241)) - 🐛 the "Latest" update-check result now stays visible and doesn't revert ([#​1019](https://github.com/Finsys/dockhand/issues/1019)) - ✨ a stack with container label `dockhand.adopt=false` excluded from adoption ([#​998](https://github.com/Finsys/dockhand/issues/998)) - 🐛 dashboard daemon info shows the real host hostname, not Dockhand's container id ([#​1265](https://github.com/Finsys/dockhand/issues/1265)) - ✨ file editor prompts to save/discard unsaved changes before closing ([#​1264](https://github.com/Finsys/dockhand/issues/1264)) - 🐛 `GET /api/containers/check-updates` now lists pending updates (POST still triggers a check) ([#​1266](https://github.com/Finsys/dockhand/issues/1266)) - ✨ sidebar menu customizable (order and visibility of items) ([#​1252](https://github.com/Finsys/dockhand/issues/1252)) - 🐛 activity and audit date filters respect the configured timezone instead of UTC ([#​1269](https://github.com/Finsys/dockhand/issues/1269)) - ✨ git deploy progress shows the changed files before the deploy starts ([#​1260](https://github.com/Finsys/dockhand/issues/1260)) #### Docker image ```bash docker pull fnsys/dockhand:v1.0.37 ``` Also available as `fnsys/dockhand:latest` [View on Docker Hub](https://hub.docker.com/r/fnsys/dockhand) </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: #20 Co-authored-by: Renovate Bot <renovate@jfreudenberger.de> Co-committed-by: Renovate Bot <renovate@jfreudenberger.de> |
||
|---|---|---|
| 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