My nix based configuration
Find a file
2025-01-18 20:46:29 +02:00
devshells Initial commit 2025-01-14 01:29:24 +01:00
home Initial commit 2025-01-14 01:29:24 +01:00
hosts/julius-framework Rename network.nix to network-client.nix 2025-01-18 20:40:54 +02:00
modules Add more server-centered modules for cli and networking 2025-01-18 20:46:29 +02:00
overlays Initial commit 2025-01-14 01:29:24 +01:00
pkgs Initial commit 2025-01-14 01:29:24 +01:00
users/julius Initial commit 2025-01-14 01:29:24 +01:00
.gitignore Initial commit 2025-01-14 01:29:24 +01:00
flake.lock Flake update 2025-01-18 20:42:26 +02:00
flake.nix Initial commit 2025-01-14 01:29:24 +01: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