personal nixos config
Find a file
2022-06-26 12:07:59 +02:00
legacy have a new README reflecting flake changes 2022-06-15 21:14:59 +02:00
nixos ghostwriter: use unstable, because of saving bug 2022-06-26 12:07:59 +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-06-26 12:03:11 +02:00
flake.nix flake: update nix 2022-06-06 11:47:50 +02:00
outputs.nix deplo-rs: fix imports 2022-06-03 23:34:01 +02:00
README.md have a new README reflecting flake changes 2022-06-15 21:14:59 +02:00
shell.nix refactor: use flakes with deploy-rs & nixos-hardware 2022-06-03 17:56:07 +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