My nix based configuration
  • Nix 96.7%
  • HCL 3.3%
Find a file
2026-09-08 11:23:47 +02:00
home Add python language servers to gram 2026-09-08 11:23:47 +02:00
hosts Use forgejo runner adapted image for nix label 2026-09-07 22:25:01 +02:00
modules Update netbird (#24) 2026-09-07 21:36:39 +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 Update terraform lock file 2026-09-07 22:23:44 +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 Switch to nixpkgs tarballs 2026-09-07 22:23:50 +02:00
flake.nix Add gram to homeConfiguration 2026-09-08 11:23:33 +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