mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
1.4 KiB
1.4 KiB
nixos-config 
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
├── nixos # Machine definitions
└── pgks # Own packages, which are not available in nixpkgs
usage
updating:
nix flake update
deployment:
deploy .#myHost
secrets:
sops ./nixos/myHost/secrets.yaml