personal nixos config
Find a file
2022-07-24 17:37:30 +02:00
legacy have a new README reflecting flake changes 2022-06-15 21:14:59 +02:00
nixos newton: fix gitea-url 2022-07-23 20:11:20 +02:00
.envrc direnv: prevent timeout warning 2022-06-26 12:03:00 +02:00
.gitignore refactor: use flakes with deploy-rs & nixos-hardware 2022-06-03 17:56:07 +02:00
flake.lock update flakes 2022-07-24 17:37:30 +02:00
flake.nix update flakes 2022-07-24 17:37:30 +02:00
README.md README: add links to other configs 2022-07-03 13:51:27 +02:00
shell.nix shell: remove old code 2022-07-23 20:12:27 +02:00

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