personal nixos config
Find a file
2022-07-03 13:26:49 +02:00
legacy have a new README reflecting flake changes 2022-06-15 21:14:59 +02:00
nixos newton: initial gitea 2022-07-03 13:26:49 +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 flake 2022-07-03 10:52:02 +02:00
flake.nix update flake 2022-06-27 23:09:47 +02:00
README.md have a new README reflecting flake changes 2022-06-15 21:14:59 +02:00
shell.nix replace flake-utils with flake-parts 2022-06-26 22:54:49 +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