My nix based configuration
Find a file
JuliusFreudenberger 9d2f9e9bba Add and configure gram-editor
Add nix-gram-extensions for building extensions as derivations.
Switch to own home-manager fork until wrapping of other editors is
possible upstream.
2026-07-19 15:58:57 +02:00
home Add and configure gram-editor 2026-07-19 15:58:57 +02:00
hosts Add access to traefik dashboard with basic auth 2026-07-19 00:07:02 +02:00
modules Add access to traefik dashboard with basic auth 2026-07-19 00:07:02 +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 and configure gram-editor 2026-07-19 15:58:57 +02:00
.gitignore Initial commit 2025-01-14 01:29:24 +01:00
flake.lock Add and configure gram-editor 2026-07-19 15:58:57 +02:00
flake.nix Add and configure gram-editor 2026-07-19 15:58:57 +02:00
README.md Add --flake option to command in README 2025-01-18 20:41:05 +02:00
renovate.json Disable nix-private updates by renovate 2026-07-12 19:18:02 +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