My nix based configuration
Find a file
Renovate Bot edd26dc18f Migrate Renovate config (#11)
The Renovate config in this repository needs migrating. Typically this is because one or more configuration options you are using have been renamed.

  You don't need to merge this PR right away, because Renovate will continue to migrate these fields internally each time it runs. But later some of these fields may be fully deprecated and the migrations removed. So it's a good idea to merge this migration PR soon.

🔕 **Ignore**: Close this PR and you won't be reminded about config migration again, but one day your current config may no longer be valid.

 Got questions? Does something look wrong to you? Please don't hesitate to [request help here](https://github.com/renovatebot/renovate/discussions).

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).

Reviewed-on: #11
Co-authored-by: Renovate Bot <renovate@jfreudenberger.de>
Co-committed-by: Renovate Bot <renovate@jfreudenberger.de>
2026-06-24 19:11:13 +02:00
home Switch to fastfetch and use top-level engrampa for home-config 2026-06-24 19:07:05 +02:00
hosts Add displaylink module 2026-06-22 22:11:50 +02:00
modules Update traefik:v3.7.5 Docker digest to e4d9815 (#9) 2026-06-24 19:08:48 +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 Migrate Renovate config (#11) 2026-06-24 19:11:13 +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