My nix based configuration
  • Nix 97.1%
  • HCL 2.9%
Find a file
2026-08-12 10:54:45 +02:00
home Add calibre ebook management 2026-08-12 10:54:45 +02:00
hosts Disable TSO on busch 2026-08-04 15:49:11 +02:00
modules Update ghcr.io/pocket-id/pocket-id Docker tag to v2.13.0 (#28) 2026-08-11 23:17:10 +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 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