nixos/README.md
2022-07-03 13:51:27 +02:00

1.1 KiB

nixos-config built with nix

This repository holds my NixOS configuration. It is fully reproducible, flakes based, and position-independent, meaning there is no moving around of configuration.nix.

Deployment is done using deploy-rs, see usage. Secret are managed using sops-nix.

structure

.
├── nixos        # Machine definitions
└── legacy       # older scripts kept before having an iso-image

usage

updating:

nix flake update

deployment:

deploy .#myHost

secrets:

sops ./nixos/myHost/secrets.yaml

inspired by