My nix based configuration
Find a file
JuliusFreudenberger 3a0fe99688 Add option for docker subnet for netbird webproxy network
The same subnet on different routing peers makes problems for the
reverse proxy feature. Therefore add the possibility to set a different
subnet on different hosts.
2026-05-21 00:47:36 +02:00
home Add java versions as extraDependencies in home-manager 2026-02-22 17:53:31 +01:00
hosts Add host xcy 2026-05-21 00:44:57 +02:00
modules Add option for docker subnet for netbird webproxy network 2026-05-21 00:47:36 +02:00
overlays Initial commit 2025-01-14 01:29:24 +01:00
pkgs rofirefox: set main program 2026-03-11 23:13:59 +01: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 lanzaboote 2026-05-21 00:42:44 +02:00
flake.nix Add host xcy 2026-05-21 00:44:57 +02:00
README.md Add --flake option to command in README 2025-01-18 20:41:05 +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