personal nixos config
Find a file
2022-07-18 22:48:39 +02:00
legacy have a new README reflecting flake changes 2022-06-15 21:14:59 +02:00
nixos hedgedoc: remove redundant settings 2022-07-18 22:48:39 +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 flake: update 2022-07-18 22:34:48 +02:00
flake.nix flake: update 2022-07-18 22:34:48 +02:00
README.md README: add links to other configs 2022-07-03 13:51:27 +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

inspired by