personal nixos config
Find a file
2022-12-07 20:12:42 +01:00
legacy system/docker: modularize 2022-12-05 22:51:46 +01:00
machines serverle/newton: remove noXlibs 2022-12-07 20:12:42 +01:00
modules service/octoprint: fix cfg variable 2022-12-05 22:55:34 +01:00
pkgs pkgs/homer: update 2022-11-30 14:57:00 +01:00
.envrc fix direnv version & update flakes 2022-11-29 17:04:26 +01:00
.gitignore move to flakes with configurations for each device 2022-11-23 22:57:09 +01:00
flake.lock flake: use latest deploy-rs 2022-12-04 18:03:44 +01:00
flake.nix restructure folder organisation 2022-12-05 20:32:39 +01:00
README.md restructure folder organisation 2022-12-05 20:32:39 +01: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. For formatting pre-commit-hooks is used.

structure

.
├── modules      # Own nix-options, to modularize services/hardware/...
├── machines     # Machine definitions
└── pkgs         # Own packages, which are not available in nixpkgs

usage

updating:

nix flake update

deployment:

deploy .#myHost

secrets:

sops ./machines/myHost/secrets.yaml

inspired by